Html Css Color HEX #D03785 Deep Cerise

📋 copy color: '#D03785'

red 208 ◦ green 55 ◦ blue 133

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

Shades of Deep Cerise #D03785

Tints of Deep Cerise #D03785

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.89%

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

R = 52.53%
G = 13.89%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D03785 (or 0xD03785) is known color: Deep Cerise. HEX triplet: D0, 37 and 85. RGB value is (208,55,133). Sum of RGB (Red+Green+Blue) = 208+55+133=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D03785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03785 is #2FC87A. Grayscale: #6D6D6D. Windows color (decimal): -3131515 or 8730576. OLE color: 8730576.

HSL color Cylindrical-coordinate representation of color #D03785: hue angle of 329.41º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03785 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 55 133 -
CMYK 0 0.74 0.36 0.18
HSL 329.41º 0.62% 0.52% -
HSV(B) 329.41º 0.74% 0.82% -
XYZ 31.61 17.84 23.97 -
YUV 109.64 141.19 198.16 -
System Red Green Blue C M Y K H S L
Decimal 208 55 133 0 0.74 0.36 0.18 329.41 0.62 0.52
Hex D0 37 85 0 4A 24 12 149 3E 34
Octal 320 67 205 0 112 44 22 511 76 64
Binary 11010000 110111 10000101 0 1001010 100100 10010 101001001 111110 110100

Color Harmonies of #D03785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03785

Black with #D03785

Text Example


Text Example

White with #D03785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03785; }

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

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

background-color css

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

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

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

border-color css

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

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

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