Html Css Color HEX #D03C5E Cerise

📋 copy color: '#D03C5E'

red 208 ◦ green 60 ◦ blue 94

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

Shades of Cerise #D03C5E

Tints of Cerise #D03C5E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.57%

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

R = 57.46%
G = 16.57%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D03C5E (or 0xD03C5E) is known color: Cerise. HEX triplet: D0, 3C and 5E. RGB value is (208,60,94). Sum of RGB (Red+Green+Blue) = 208+60+94=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D03C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03C5E is #2FC3A1. Grayscale: #6C6C6C. Windows color (decimal): -3130274 or 6175952. OLE color: 6175952.

HSL color Cylindrical-coordinate representation of color #D03C5E: hue angle of 346.22º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03C5E is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 60 94 -
CMYK 0 0.71 0.55 0.18
HSL 346.22º 0.61% 0.53% -
HSV(B) 346.22º 0.71% 0.82% -
XYZ 29.65 17.45 12.4 -
YUV 108.13 120.03 199.24 -
System Red Green Blue C M Y K H S L
Decimal 208 60 94 0 0.71 0.55 0.18 346.22 0.61 0.53
Hex D0 3C 5E 0 47 37 12 15A 3D 35
Octal 320 74 136 0 107 67 22 532 75 65
Binary 11010000 111100 1011110 0 1000111 110111 10010 101011010 111101 110101

Color Harmonies of #D03C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03C5E

Black with #D03C5E

Text Example


Text Example

White with #D03C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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