Html Css Color HEX #D03274 Deep Cerise

📋 copy color: '#D03274'

red 208 ◦ green 50 ◦ blue 116

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

Shades of Deep Cerise #D03274

Tints of Deep Cerise #D03274

RGB

 RED value IS 208 (81.64% from 255) = 55.61%

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

 BLUE value IS 116 (45.7% from 255) = 31.02%

R = 55.61%
G = 13.37%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D03274 (or 0xD03274) is known color: Deep Cerise. HEX triplet: D0, 32 and 74. RGB value is (208,50,116). Sum of RGB (Red+Green+Blue) = 208+50+116=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D03274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03274 is #2FCD8B. Grayscale: #686868. Windows color (decimal): -3132812 or 7615184. OLE color: 7615184.

HSL color Cylindrical-coordinate representation of color #D03274: hue angle of 334.94º 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 #D03274 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 50 116 -
CMYK 0 0.76 0.44 0.18
HSL 334.94º 0.63% 0.51% -
HSV(B) 334.94º 0.76% 0.82% -
XYZ 30.31 16.95 18.2 -
YUV 104.77 134.35 201.63 -
System Red Green Blue C M Y K H S L
Decimal 208 50 116 0 0.76 0.44 0.18 334.94 0.63 0.51
Hex D0 32 74 0 4C 2C 12 14F 3F 33
Octal 320 62 164 0 114 54 22 517 77 63
Binary 11010000 110010 1110100 0 1001100 101100 10010 101001111 111111 110011

Color Harmonies of #D03274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03274

Black with #D03274

Text Example


Text Example

White with #D03274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03274; }

 p { color: rgb(208,50,116); }

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

background-color css

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

 a { background-color: rgb(208,50,116); }

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

border-color css

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

 span { border-color: rgb(208,50,116); }

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