Html Css Color HEX #D13A93 Deep Cerise

📋 copy color: '#D13A93'

red 209 ◦ green 58 ◦ blue 147

#D13A93
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D13A93

Tints of Deep Cerise #D13A93

RGB

 RED value IS 209 (82.03% from 255) = 50.48%

 GREEN value IS 58 (23.05% from 255) = 14.01%

 BLUE value IS 147 (57.81% from 255) = 35.51%

R = 50.48%
G = 14.01%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D13A93 (or 0xD13A93) is known color: Deep Cerise. HEX triplet: D1, 3A and 93. RGB value is (209,58,147). Sum of RGB (Red+Green+Blue) = 209+58+147=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13A93 is #2EC56C. Grayscale: #717171. Windows color (decimal): -3065197 or 9648849. OLE color: 9648849.

HSL color Cylindrical-coordinate representation of color #D13A93: hue angle of 324.64º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13A93 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 58 147 -
CMYK 0 0.72 0.30 0.18
HSL 324.64º 0.62% 0.52% -
HSV(B) 324.64º 0.72% 0.82% -
XYZ 33.07 18.69 29.47 -
YUV 113.3 147.03 196.26 -
System Red Green Blue C M Y K H S L
Decimal 209 58 147 0 0.72 0.30 0.18 324.64 0.62 0.52
Hex D1 3A 93 0 48 1E 12 145 3E 34
Octal 321 72 223 0 110 36 22 505 76 64
Binary 11010001 111010 10010011 0 1001000 11110 10010 101000101 111110 110100

Color Harmonies of #D13A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A93

Black with #D13A93

Text Example


Text Example

White with #D13A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A93; }

 p { color: rgb(209,58,147); }

 H1.HeaderClassName
 {
   color: #D13A93;
 }
 .AnyTagClassName
 {
   color: #D13A93;
 }
</style>

background-color css

<style>
 a { background-color: #D13A93; }

 a { background-color: rgb(209,58,147); }

 div.DivClassName
 {
   background-color: #D13A93;
 }
 .BgClassName
 {
   background-color: #D13A93;
 }
</style>

border-color css

<style>
 span { border-color: #D13A93; }

 span { border-color: rgb(209,58,147); }

 td.TdClassName
 {
   border-color: #D13A93;
 }
 .TagClassName
 {
   border-color: #D13A93;
 }
</style>