Html Css Color HEX #D02975 Deep Cerise

📋 copy color: '#D02975'

red 208 ◦ green 41 ◦ blue 117

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

Shades of Deep Cerise #D02975

Tints of Deep Cerise #D02975

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.2%

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

R = 56.83%
G = 11.2%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D02975 (or 0xD02975) is known color: Deep Cerise. HEX triplet: D0, 29 and 75. RGB value is (208,41,117). Sum of RGB (Red+Green+Blue) = 208+41+117=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D02975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02975 is #2FD68A. Grayscale: #636363. Windows color (decimal): -3135115 or 7678416. OLE color: 7678416.

HSL color Cylindrical-coordinate representation of color #D02975: hue angle of 332.69º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02975 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 41 117 -
CMYK 0 0.80 0.44 0.18
HSL 332.69º 0.67% 0.49% -
HSV(B) 332.69º 0.8% 0.82% -
XYZ 30.02 16.28 18.39 -
YUV 99.6 137.83 205.32 -
System Red Green Blue C M Y K H S L
Decimal 208 41 117 0 0.80 0.44 0.18 332.69 0.67 0.49
Hex D0 29 75 0 50 2C 12 14D 43 31
Octal 320 51 165 0 120 54 22 515 103 61
Binary 11010000 101001 1110101 0 1010000 101100 10010 101001101 1000011 110001

Color Harmonies of #D02975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02975

Black with #D02975

Text Example


Text Example

White with #D02975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02975; }

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

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

background-color css

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

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

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

border-color css

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

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

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