Html Css Color HEX #D03D5D Cerise

📋 copy color: '#D03D5D'

red 208 ◦ green 61 ◦ blue 93

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

Shades of Cerise #D03D5D

Tints of Cerise #D03D5D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.85%

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

R = 57.46%
G = 16.85%
B = 25.69%

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

#D03D5D (or 0xD03D5D) is known color: Cerise. HEX triplet: D0, 3D and 5D. RGB value is (208,61,93). Sum of RGB (Red+Green+Blue) = 208+61+93=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03D5D is #2FC2A2. Grayscale: #6C6C6C. Windows color (decimal): -3130019 or 6110672. OLE color: 6110672.

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

Color convert

RGB 208 61 93 -
CMYK 0 0.71 0.55 0.18
HSL 346.94º 0.61% 0.53% -
HSV(B) 346.94º 0.71% 0.82% -
XYZ 29.66 17.54 12.18 -
YUV 108.6 119.2 198.9 -
System Red Green Blue C M Y K H S L
Decimal 208 61 93 0 0.71 0.55 0.18 346.94 0.61 0.53
Hex D0 3D 5D 0 47 37 12 15B 3D 35
Octal 320 75 135 0 107 67 22 533 75 65
Binary 11010000 111101 1011101 0 1000111 110111 10010 101011011 111101 110101

Color Harmonies of #D03D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03D5D

Black with #D03D5D

Text Example


Text Example

White with #D03D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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