Html Css Color HEX #D03275 Deep Cerise

📋 copy color: '#D03275'

red 208 ◦ green 50 ◦ blue 117

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

Shades of Deep Cerise #D03275

Tints of Deep Cerise #D03275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.2%

R = 55.47%
G = 13.33%
B = 31.2%

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

#D03275 (or 0xD03275) is known color: Deep Cerise. HEX triplet: D0, 32 and 75. RGB value is (208,50,117). Sum of RGB (Red+Green+Blue) = 208+50+117=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D03275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03275 is #2FCD8A. Grayscale: #686868. Windows color (decimal): -3132811 or 7680720. OLE color: 7680720.

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

Color convert

RGB 208 50 117 -
CMYK 0 0.76 0.44 0.18
HSL 334.56º 0.63% 0.51% -
HSV(B) 334.56º 0.76% 0.82% -
XYZ 30.36 16.98 18.51 -
YUV 104.88 134.85 201.55 -
System Red Green Blue C M Y K H S L
Decimal 208 50 117 0 0.76 0.44 0.18 334.56 0.63 0.51
Hex D0 32 75 0 4C 2C 12 14F 3F 33
Octal 320 62 165 0 114 54 22 517 77 63
Binary 11010000 110010 1110101 0 1001100 101100 10010 101001111 111111 110011

Color Harmonies of #D03275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03275

Black with #D03275

Text Example


Text Example

White with #D03275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03275; }

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

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

background-color css

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

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

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

border-color css

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

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

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