Html Css Color HEX #D13178 Deep Cerise

📋 copy color: '#D13178'

red 209 ◦ green 49 ◦ blue 120

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

Shades of Deep Cerise #D13178

Tints of Deep Cerise #D13178

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.96%

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

R = 55.29%
G = 12.96%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D13178 (or 0xD13178) is known color: Deep Cerise. HEX triplet: D1, 31 and 78. RGB value is (209,49,120). Sum of RGB (Red+Green+Blue) = 209+49+120=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D13178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13178 is #2ECE87. Grayscale: #686868. Windows color (decimal): -3067528 or 7877073. OLE color: 7877073.

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

Color convert

RGB 209 49 120 -
CMYK 0 0.77 0.43 0.18
HSL 333.38º 0.63% 0.51% -
HSV(B) 333.38º 0.77% 0.82% -
XYZ 30.78 17.11 19.45 -
YUV 104.93 136.51 202.23 -
System Red Green Blue C M Y K H S L
Decimal 209 49 120 0 0.77 0.43 0.18 333.38 0.63 0.51
Hex D1 31 78 0 4D 2B 12 14D 3F 33
Octal 321 61 170 0 115 53 22 515 77 63
Binary 11010001 110001 1111000 0 1001101 101011 10010 101001101 111111 110011

Color Harmonies of #D13178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13178

Black with #D13178

Text Example


Text Example

White with #D13178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13178; }

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

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

background-color css

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

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

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

border-color css

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

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

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