Html Css Color HEX #D02C5E Cerise

📋 copy color: '#D02C5E'

red 208 ◦ green 44 ◦ blue 94

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

Shades of Cerise #D02C5E

Tints of Cerise #D02C5E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.72%

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

R = 60.12%
G = 12.72%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D02C5E (or 0xD02C5E) is known color: Cerise. HEX triplet: D0, 2C and 5E. RGB value is (208,44,94). Sum of RGB (Red+Green+Blue) = 208+44+94=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02C5E is #2FD3A1. Grayscale: #626262. Windows color (decimal): -3134370 or 6171856. OLE color: 6171856.

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

Color convert

RGB 208 44 94 -
CMYK 0 0.79 0.55 0.18
HSL 341.71º 0.65% 0.49% -
HSV(B) 341.71º 0.79% 0.82% -
XYZ 28.93 16.02 12.16 -
YUV 98.74 125.33 205.93 -
System Red Green Blue C M Y K H S L
Decimal 208 44 94 0 0.79 0.55 0.18 341.71 0.65 0.49
Hex D0 2C 5E 0 4F 37 12 156 41 31
Octal 320 54 136 0 117 67 22 526 101 61
Binary 11010000 101100 1011110 0 1001111 110111 10010 101010110 1000001 110001

Color Harmonies of #D02C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02C5E

Black with #D02C5E

Text Example


Text Example

White with #D02C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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