Html Css Color HEX #D02E5E Cerise

📋 copy color: '#D02E5E'

red 208 ◦ green 46 ◦ blue 94

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

Shades of Cerise #D02E5E

Tints of Cerise #D02E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.01%

R = 59.77%
G = 13.22%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D02E5E (or 0xD02E5E) is known color: Cerise. HEX triplet: D0, 2E and 5E. RGB value is (208,46,94). Sum of RGB (Red+Green+Blue) = 208+46+94=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 46 (18.36% from 255 or 13.22% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D02E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02E5E is #2FD1A1. Grayscale: #636363. Windows color (decimal): -3133858 or 6172368. OLE color: 6172368.

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

Color convert

RGB 208 46 94 -
CMYK 0 0.78 0.55 0.18
HSL 342.22º 0.64% 0.5% -
HSV(B) 342.22º 0.78% 0.82% -
XYZ 29.01 16.17 12.18 -
YUV 99.91 124.67 205.1 -
System Red Green Blue C M Y K H S L
Decimal 208 46 94 0 0.78 0.55 0.18 342.22 0.64 0.5
Hex D0 2E 5E 0 4E 37 12 156 40 32
Octal 320 56 136 0 116 67 22 526 100 62
Binary 11010000 101110 1011110 0 1001110 110111 10010 101010110 1000000 110010

Color Harmonies of #D02E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02E5E

Black with #D02E5E

Text Example


Text Example

White with #D02E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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