Html Css Color HEX #D02B63 Cerise

📋 copy color: '#D02B63'

red 208 ◦ green 43 ◦ blue 99

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

Shades of Cerise #D02B63

Tints of Cerise #D02B63

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.29%

 BLUE value IS 99 (39.06% from 255) = 28.29%

R = 59.43%
G = 12.29%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D02B63 (or 0xD02B63) is known color: Cerise. HEX triplet: D0, 2B and 63. RGB value is (208,43,99). Sum of RGB (Red+Green+Blue) = 208+43+99=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 43 (17.19% from 255 or 12.29% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D02B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02B63 is #2FD49C. Grayscale: #626262. Windows color (decimal): -3134621 or 6499280. OLE color: 6499280.

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

Color convert

RGB 208 43 99 -
CMYK 0 0.79 0.52 0.18
HSL 339.64º 0.66% 0.49% -
HSV(B) 339.64º 0.79% 0.82% -
XYZ 29.13 16.04 13.36 -
YUV 98.72 128.16 205.95 -
System Red Green Blue C M Y K H S L
Decimal 208 43 99 0 0.79 0.52 0.18 339.64 0.66 0.49
Hex D0 2B 63 0 4F 34 12 154 42 31
Octal 320 53 143 0 117 64 22 524 102 61
Binary 11010000 101011 1100011 0 1001111 110100 10010 101010100 1000010 110001

Color Harmonies of #D02B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02B63

Black with #D02B63

Text Example


Text Example

White with #D02B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02B63; }

 p { color: rgb(208,43,99); }

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

background-color css

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

 a { background-color: rgb(208,43,99); }

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

border-color css

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

 span { border-color: rgb(208,43,99); }

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