Html Css Color HEX #D02862 Cerise

📋 copy color: '#D02862'

red 208 ◦ green 40 ◦ blue 98

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

Shades of Cerise #D02862

Tints of Cerise #D02862

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.56%

 BLUE value IS 98 (38.67% from 255) = 28.32%

R = 60.12%
G = 11.56%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D02862 (or 0xD02862) is known color: Cerise. HEX triplet: D0, 28 and 62. RGB value is (208,40,98). Sum of RGB (Red+Green+Blue) = 208+40+98=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D02862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02862 is #2FD79D. Grayscale: #606060. Windows color (decimal): -3135390 or 6432976. OLE color: 6432976.

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

Color convert

RGB 208 40 98 -
CMYK 0 0.81 0.53 0.18
HSL 339.29º 0.68% 0.49% -
HSV(B) 339.29º 0.81% 0.82% -
XYZ 28.98 15.81 13.08 -
YUV 96.84 128.66 207.28 -
System Red Green Blue C M Y K H S L
Decimal 208 40 98 0 0.81 0.53 0.18 339.29 0.68 0.49
Hex D0 28 62 0 51 35 12 153 44 31
Octal 320 50 142 0 121 65 22 523 104 61
Binary 11010000 101000 1100010 0 1010001 110101 10010 101010011 1000100 110001

Color Harmonies of #D02862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02862

Black with #D02862

Text Example


Text Example

White with #D02862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02862; }

 p { color: rgb(208,40,98); }

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

background-color css

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

 a { background-color: rgb(208,40,98); }

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

border-color css

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

 span { border-color: rgb(208,40,98); }

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