Html Css Color HEX #D13978 Deep Cerise

📋 copy color: '#D13978'

red 209 ◦ green 57 ◦ blue 120

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

Shades of Deep Cerise #D13978

Tints of Deep Cerise #D13978

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.77%

 BLUE value IS 120 (47.27% from 255) = 31.09%

R = 54.15%
G = 14.77%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D13978 (or 0xD13978) is known color: Deep Cerise. HEX triplet: D1, 39 and 78. RGB value is (209,57,120). Sum of RGB (Red+Green+Blue) = 209+57+120=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D13978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13978 is #2EC687. Grayscale: #6D6D6D. Windows color (decimal): -3065480 or 7879121. OLE color: 7879121.

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

Color convert

RGB 209 57 120 -
CMYK 0 0.73 0.43 0.18
HSL 335.13º 0.62% 0.52% -
HSV(B) 335.13º 0.73% 0.82% -
XYZ 31.15 17.84 19.57 -
YUV 109.63 133.86 198.88 -
System Red Green Blue C M Y K H S L
Decimal 209 57 120 0 0.73 0.43 0.18 335.13 0.62 0.52
Hex D1 39 78 0 49 2B 12 14F 3E 34
Octal 321 71 170 0 111 53 22 517 76 64
Binary 11010001 111001 1111000 0 1001001 101011 10010 101001111 111110 110100

Color Harmonies of #D13978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13978

Black with #D13978

Text Example


Text Example

White with #D13978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13978; }

 p { color: rgb(209,57,120); }

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

background-color css

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

 a { background-color: rgb(209,57,120); }

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

border-color css

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

 span { border-color: rgb(209,57,120); }

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