Html Css Color HEX #D13594 Deep Cerise

📋 copy color: '#D13594'

red 209 ◦ green 53 ◦ blue 148

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

Shades of Deep Cerise #D13594

Tints of Deep Cerise #D13594

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.93%

 BLUE value IS 148 (58.2% from 255) = 36.1%

R = 50.98%
G = 12.93%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D13594 (or 0xD13594) is known color: Deep Cerise. HEX triplet: D1, 35 and 94. RGB value is (209,53,148). Sum of RGB (Red+Green+Blue) = 209+53+148=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D13594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13594 is #2ECA6B. Grayscale: #6E6E6E. Windows color (decimal): -3066476 or 9713105. OLE color: 9713105.

HSL color Cylindrical-coordinate representation of color #D13594: hue angle of 323.46º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13594 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 53 148 -
CMYK 0 0.75 0.29 0.18
HSL 323.46º 0.63% 0.51% -
HSV(B) 323.46º 0.75% 0.82% -
XYZ 32.91 18.24 29.8 -
YUV 110.47 149.18 198.28 -
System Red Green Blue C M Y K H S L
Decimal 209 53 148 0 0.75 0.29 0.18 323.46 0.63 0.51
Hex D1 35 94 0 4B 1D 12 143 3F 33
Octal 321 65 224 0 113 35 22 503 77 63
Binary 11010001 110101 10010100 0 1001011 11101 10010 101000011 111111 110011

Color Harmonies of #D13594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13594

Black with #D13594

Text Example


Text Example

White with #D13594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13594; }

 p { color: rgb(209,53,148); }

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

background-color css

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

 a { background-color: rgb(209,53,148); }

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

border-color css

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

 span { border-color: rgb(209,53,148); }

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