Html Css Color HEX #D03485 Deep Cerise

📋 copy color: '#D03485'

red 208 ◦ green 52 ◦ blue 133

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

Shades of Deep Cerise #D03485

Tints of Deep Cerise #D03485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.23%

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

R = 52.93%
G = 13.23%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D03485 (or 0xD03485) is known color: Deep Cerise. HEX triplet: D0, 34 and 85. RGB value is (208,52,133). Sum of RGB (Red+Green+Blue) = 208+52+133=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D03485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03485 is #2FCB7A. Grayscale: #6B6B6B. Windows color (decimal): -3132283 or 8729808. OLE color: 8729808.

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

Color convert

RGB 208 52 133 -
CMYK 0 0.75 0.36 0.18
HSL 328.85º 0.62% 0.51% -
HSV(B) 328.85º 0.75% 0.82% -
XYZ 31.47 17.56 23.92 -
YUV 107.88 142.18 199.41 -
System Red Green Blue C M Y K H S L
Decimal 208 52 133 0 0.75 0.36 0.18 328.85 0.62 0.51
Hex D0 34 85 0 4B 24 12 149 3E 33
Octal 320 64 205 0 113 44 22 511 76 63
Binary 11010000 110100 10000101 0 1001011 100100 10010 101001001 111110 110011

Color Harmonies of #D03485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03485

Black with #D03485

Text Example


Text Example

White with #D03485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03485; }

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

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

background-color css

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

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

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

border-color css

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

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

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