Html Css Color HEX #D02E6B Cerise

📋 copy color: '#D02E6B'

red 208 ◦ green 46 ◦ blue 107

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

Shades of Cerise #D02E6B

Tints of Cerise #D02E6B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.74%

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

R = 57.62%
G = 12.74%
B = 29.64%

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

#D02E6B (or 0xD02E6B) is known color: Cerise. HEX triplet: D0, 2E and 6B. RGB value is (208,46,107). Sum of RGB (Red+Green+Blue) = 208+46+107=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 46 (18.36% from 255 or 12.74% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D02E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02E6B is #2FD194. Grayscale: #656565. Windows color (decimal): -3133845 or 7024336. OLE color: 7024336.

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

Color convert

RGB 208 46 107 -
CMYK 0 0.78 0.49 0.18
HSL 337.41º 0.64% 0.5% -
HSV(B) 337.41º 0.78% 0.82% -
XYZ 29.64 16.43 15.52 -
YUV 101.39 131.17 204.04 -
System Red Green Blue C M Y K H S L
Decimal 208 46 107 0 0.78 0.49 0.18 337.41 0.64 0.5
Hex D0 2E 6B 0 4E 31 12 151 40 32
Octal 320 56 153 0 116 61 22 521 100 62
Binary 11010000 101110 1101011 0 1001110 110001 10010 101010001 1000000 110010

Color Harmonies of #D02E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02E6B

Black with #D02E6B

Text Example


Text Example

White with #D02E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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