Html Css Color HEX #D02262 Cerise

📋 copy color: '#D02262'

red 208 ◦ green 34 ◦ blue 98

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

Shades of Cerise #D02262

Tints of Cerise #D02262

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10%

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

R = 61.18%
G = 10%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D02262 (or 0xD02262) is known color: Cerise. HEX triplet: D0, 22 and 62. RGB value is (208,34,98). Sum of RGB (Red+Green+Blue) = 208+34+98=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D02262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02262 is #2FDD9D. Grayscale: #5D5D5D. Windows color (decimal): -3136926 or 6431440. OLE color: 6431440.

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

Color convert

RGB 208 34 98 -
CMYK 0 0.84 0.53 0.18
HSL 337.93º 0.72% 0.47% -
HSV(B) 337.93º 0.84% 0.82% -
XYZ 28.79 15.44 13.02 -
YUV 93.32 130.65 209.8 -
System Red Green Blue C M Y K H S L
Decimal 208 34 98 0 0.84 0.53 0.18 337.93 0.72 0.47
Hex D0 22 62 0 54 35 12 152 48 2F
Octal 320 42 142 0 124 65 22 522 110 57
Binary 11010000 100010 1100010 0 1010100 110101 10010 101010010 1001000 101111

Color Harmonies of #D02262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02262

Black with #D02262

Text Example


Text Example

White with #D02262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02262; }

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

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

background-color css

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

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

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

border-color css

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

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

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