Html Css Color HEX #D03E5D Cerise

📋 copy color: '#D03E5D'

red 208 ◦ green 62 ◦ blue 93

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

Shades of Cerise #D03E5D

Tints of Cerise #D03E5D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.08%

 BLUE value IS 93 (36.72% from 255) = 25.62%

R = 57.3%
G = 17.08%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D03E5D (or 0xD03E5D) is known color: Cerise. HEX triplet: D0, 3E and 5D. RGB value is (208,62,93). Sum of RGB (Red+Green+Blue) = 208+62+93=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 62 (24.61% from 255 or 17.08% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D03E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03E5D is #2FC1A2. Grayscale: #6D6D6D. Windows color (decimal): -3129763 or 6110928. OLE color: 6110928.

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

Color convert

RGB 208 62 93 -
CMYK 0 0.70 0.55 0.18
HSL 347.26º 0.61% 0.53% -
HSV(B) 347.26º 0.7% 0.82% -
XYZ 29.71 17.65 12.2 -
YUV 109.19 118.87 198.48 -
System Red Green Blue C M Y K H S L
Decimal 208 62 93 0 0.70 0.55 0.18 347.26 0.61 0.53
Hex D0 3E 5D 0 46 37 12 15B 3D 35
Octal 320 76 135 0 106 67 22 533 75 65
Binary 11010000 111110 1011101 0 1000110 110111 10010 101011011 111101 110101

Color Harmonies of #D03E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03E5D

Black with #D03E5D

Text Example


Text Example

White with #D03E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03E5D; }

 p { color: rgb(208,62,93); }

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

background-color css

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

 a { background-color: rgb(208,62,93); }

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

border-color css

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

 span { border-color: rgb(208,62,93); }

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