Html Css Color HEX #D02C5B Cerise

📋 copy color: '#D02C5B'

red 208 ◦ green 44 ◦ blue 91

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

Shades of Cerise #D02C5B

Tints of Cerise #D02C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.53%

R = 60.64%
G = 12.83%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D02C5B (or 0xD02C5B) is known color: Cerise. HEX triplet: D0, 2C and 5B. RGB value is (208,44,91). Sum of RGB (Red+Green+Blue) = 208+44+91=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 44 (17.58% from 255 or 12.83% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02C5B is #2FD3A4. Grayscale: #626262. Windows color (decimal): -3134373 or 5975248. OLE color: 5975248.

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

Color convert

RGB 208 44 91 -
CMYK 0 0.79 0.56 0.18
HSL 342.8º 0.65% 0.49% -
HSV(B) 342.8º 0.79% 0.82% -
XYZ 28.8 15.97 11.46 -
YUV 98.39 123.83 206.18 -
System Red Green Blue C M Y K H S L
Decimal 208 44 91 0 0.79 0.56 0.18 342.8 0.65 0.49
Hex D0 2C 5B 0 4F 38 12 157 41 31
Octal 320 54 133 0 117 70 22 527 101 61
Binary 11010000 101100 1011011 0 1001111 111000 10010 101010111 1000001 110001

Color Harmonies of #D02C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02C5B

Black with #D02C5B

Text Example


Text Example

White with #D02C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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