Html Css Color HEX #D13278 Deep Cerise

📋 copy color: '#D13278'

red 209 ◦ green 50 ◦ blue 120

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

Shades of Deep Cerise #D13278

Tints of Deep Cerise #D13278

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.19%

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

R = 55.15%
G = 13.19%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D13278 (or 0xD13278) is known color: Deep Cerise. HEX triplet: D1, 32 and 78. RGB value is (209,50,120). Sum of RGB (Red+Green+Blue) = 209+50+120=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D13278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13278 is #2ECD87. Grayscale: #696969. Windows color (decimal): -3067272 or 7877329. OLE color: 7877329.

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

Color convert

RGB 209 50 120 -
CMYK 0 0.76 0.43 0.18
HSL 333.58º 0.63% 0.51% -
HSV(B) 333.58º 0.76% 0.82% -
XYZ 30.83 17.19 19.46 -
YUV 105.52 136.18 201.81 -
System Red Green Blue C M Y K H S L
Decimal 209 50 120 0 0.76 0.43 0.18 333.58 0.63 0.51
Hex D1 32 78 0 4C 2B 12 14E 3F 33
Octal 321 62 170 0 114 53 22 516 77 63
Binary 11010001 110010 1111000 0 1001100 101011 10010 101001110 111111 110011

Color Harmonies of #D13278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13278

Black with #D13278

Text Example


Text Example

White with #D13278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13278; }

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

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

background-color css

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

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

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

border-color css

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

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

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