Html Css Color HEX #D13C78 Deep Cerise

📋 copy color: '#D13C78'

red 209 ◦ green 60 ◦ blue 120

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

Shades of Deep Cerise #D13C78

Tints of Deep Cerise #D13C78

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.42%

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

R = 53.73%
G = 15.42%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D13C78 (or 0xD13C78) is known color: Deep Cerise. HEX triplet: D1, 3C and 78. RGB value is (209,60,120). Sum of RGB (Red+Green+Blue) = 209+60+120=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13C78 is #2EC387. Grayscale: #6F6F6F. Windows color (decimal): -3064712 or 7879889. OLE color: 7879889.

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

Color convert

RGB 209 60 120 -
CMYK 0 0.71 0.43 0.18
HSL 335.84º 0.62% 0.53% -
HSV(B) 335.84º 0.71% 0.82% -
XYZ 31.3 18.14 19.62 -
YUV 111.39 132.86 197.62 -
System Red Green Blue C M Y K H S L
Decimal 209 60 120 0 0.71 0.43 0.18 335.84 0.62 0.53
Hex D1 3C 78 0 47 2B 12 150 3E 35
Octal 321 74 170 0 107 53 22 520 76 65
Binary 11010001 111100 1111000 0 1000111 101011 10010 101010000 111110 110101

Color Harmonies of #D13C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C78

Black with #D13C78

Text Example


Text Example

White with #D13C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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