Html Css Color HEX #D03385 Deep Cerise

📋 copy color: '#D03385'

red 208 ◦ green 51 ◦ blue 133

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

Shades of Deep Cerise #D03385

Tints of Deep Cerise #D03385

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.01%

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

R = 53.06%
G = 13.01%
B = 33.93%

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

#D03385 (or 0xD03385) is known color: Deep Cerise. HEX triplet: D0, 33 and 85. RGB value is (208,51,133). Sum of RGB (Red+Green+Blue) = 208+51+133=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D03385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03385 is #2FCC7A. Grayscale: #6B6B6B. Windows color (decimal): -3132539 or 8729552. OLE color: 8729552.

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

Color convert

RGB 208 51 133 -
CMYK 0 0.75 0.36 0.18
HSL 328.66º 0.63% 0.51% -
HSV(B) 328.66º 0.75% 0.82% -
XYZ 31.43 17.47 23.91 -
YUV 107.29 142.51 199.83 -
System Red Green Blue C M Y K H S L
Decimal 208 51 133 0 0.75 0.36 0.18 328.66 0.63 0.51
Hex D0 33 85 0 4B 24 12 149 3F 33
Octal 320 63 205 0 113 44 22 511 77 63
Binary 11010000 110011 10000101 0 1001011 100100 10010 101001001 111111 110011

Color Harmonies of #D03385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03385

Black with #D03385

Text Example


Text Example

White with #D03385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03385; }

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

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

background-color css

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

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

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

border-color css

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

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

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