Html Css Color HEX #D02A5C Cerise

📋 copy color: '#D02A5C'

red 208 ◦ green 42 ◦ blue 92

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

Shades of Cerise #D02A5C

Tints of Cerise #D02A5C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.28%

 BLUE value IS 92 (36.33% from 255) = 26.9%

R = 60.82%
G = 12.28%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D02A5C (or 0xD02A5C) is known color: Cerise. HEX triplet: D0, 2A and 5C. RGB value is (208,42,92). Sum of RGB (Red+Green+Blue) = 208+42+92=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D02A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02A5C is #2FD5A3. Grayscale: #616161. Windows color (decimal): -3134884 or 6040272. OLE color: 6040272.

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

Color convert

RGB 208 42 92 -
CMYK 0 0.80 0.56 0.18
HSL 341.93º 0.66% 0.49% -
HSV(B) 341.93º 0.8% 0.82% -
XYZ 28.77 15.84 11.67 -
YUV 97.33 125 206.93 -
System Red Green Blue C M Y K H S L
Decimal 208 42 92 0 0.80 0.56 0.18 341.93 0.66 0.49
Hex D0 2A 5C 0 50 38 12 156 42 31
Octal 320 52 134 0 120 70 22 526 102 61
Binary 11010000 101010 1011100 0 1010000 111000 10010 101010110 1000010 110001

Color Harmonies of #D02A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02A5C

Black with #D02A5C

Text Example


Text Example

White with #D02A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02A5C; }

 p { color: rgb(208,42,92); }

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

background-color css

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

 a { background-color: rgb(208,42,92); }

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

border-color css

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

 span { border-color: rgb(208,42,92); }

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