Html Css Color HEX #D02B68 Cerise

📋 copy color: '#D02B68'

red 208 ◦ green 43 ◦ blue 104

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

Shades of Cerise #D02B68

Tints of Cerise #D02B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.3%

R = 58.59%
G = 12.11%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#D02B68 (or 0xD02B68) is known color: Cerise. HEX triplet: D0, 2B and 68. RGB value is (208,43,104). Sum of RGB (Red+Green+Blue) = 208+43+104=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D02B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02B68 is #2FD497. Grayscale: #636363. Windows color (decimal): -3134616 or 6826960. OLE color: 6826960.

HSL color Cylindrical-coordinate representation of color #D02B68: hue angle of 337.82º 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 #D02B68 is Cyan = 0, Magento = 0.79, Yellow = 0.5 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 43 104 -
CMYK 0 0.79 0.5 0.18
HSL 337.82º 0.66% 0.49% -
HSV(B) 337.82º 0.79% 0.82% -
XYZ 29.37 16.14 14.66 -
YUV 99.29 130.66 205.54 -
System Red Green Blue C M Y K H S L
Decimal 208 43 104 0 0.79 0.5 0.18 337.82 0.66 0.49
Hex D0 2B 68 0 4F 32 12 152 42 31
Octal 320 53 150 0 117 62 22 522 102 61
Binary 11010000 101011 1101000 0 1001111 110010 10010 101010010 1000010 110001

Color Harmonies of #D02B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02B68

Black with #D02B68

Text Example


Text Example

White with #D02B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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