Html Css Color HEX #D02D6B Cerise

📋 copy color: '#D02D6B'

red 208 ◦ green 45 ◦ blue 107

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

Shades of Cerise #D02D6B

Tints of Cerise #D02D6B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.5%

 BLUE value IS 107 (42.19% from 255) = 29.72%

R = 57.78%
G = 12.5%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D02D6B (or 0xD02D6B) is known color: Cerise. HEX triplet: D0, 2D and 6B. RGB value is (208,45,107). Sum of RGB (Red+Green+Blue) = 208+45+107=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02D6B is #2FD294. Grayscale: #646464. Windows color (decimal): -3134101 or 7024080. OLE color: 7024080.

HSL color Cylindrical-coordinate representation of color #D02D6B: hue angle of 337.18º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02D6B is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 45 107 -
CMYK 0 0.78 0.49 0.18
HSL 337.18º 0.64% 0.5% -
HSV(B) 337.18º 0.78% 0.82% -
XYZ 29.6 16.35 15.51 -
YUV 100.81 131.5 204.46 -
System Red Green Blue C M Y K H S L
Decimal 208 45 107 0 0.78 0.49 0.18 337.18 0.64 0.5
Hex D0 2D 6B 0 4E 31 12 151 40 32
Octal 320 55 153 0 116 61 22 521 100 62
Binary 11010000 101101 1101011 0 1001110 110001 10010 101010001 1000000 110010

Color Harmonies of #D02D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02D6B

Black with #D02D6B

Text Example


Text Example

White with #D02D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02D6B; }

 p { color: rgb(208,45,107); }

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

background-color css

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

 a { background-color: rgb(208,45,107); }

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

border-color css

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

 span { border-color: rgb(208,45,107); }

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