Html Css Color HEX #D03D85 Deep Cerise

📋 copy color: '#D03D85'

red 208 ◦ green 61 ◦ blue 133

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

Shades of Deep Cerise #D03D85

Tints of Deep Cerise #D03D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.08%

R = 51.74%
G = 15.17%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D03D85 (or 0xD03D85) is known color: Deep Cerise. HEX triplet: D0, 3D and 85. RGB value is (208,61,133). Sum of RGB (Red+Green+Blue) = 208+61+133=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03D85 is #2FC27A. Grayscale: #717171. Windows color (decimal): -3129979 or 8732112. OLE color: 8732112.

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

Color convert

RGB 208 61 133 -
CMYK 0 0.71 0.36 0.18
HSL 330.61º 0.61% 0.53% -
HSV(B) 330.61º 0.71% 0.82% -
XYZ 31.91 18.44 24.07 -
YUV 113.16 139.2 195.65 -
System Red Green Blue C M Y K H S L
Decimal 208 61 133 0 0.71 0.36 0.18 330.61 0.61 0.53
Hex D0 3D 85 0 47 24 12 14B 3D 35
Octal 320 75 205 0 107 44 22 513 75 65
Binary 11010000 111101 10000101 0 1000111 100100 10010 101001011 111101 110101

Color Harmonies of #D03D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03D85

Black with #D03D85

Text Example


Text Example

White with #D03D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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