Html Css Color HEX #DD3785 Deep Cerise

📋 copy color: '#DD3785'

red 221 ◦ green 55 ◦ blue 133

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

Shades of Deep Cerise #DD3785

Tints of Deep Cerise #DD3785

RGB

 RED value IS 221 (86.72% from 255) = 54.03%

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

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

R = 54.03%
G = 13.45%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD3785 (or 0xDD3785) is known color: Deep Cerise. HEX triplet: DD, 37 and 85. RGB value is (221,55,133). Sum of RGB (Red+Green+Blue) = 221+55+133=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 55 (21.88% from 255 or 13.45% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3785 is #22C87A. Grayscale: #717171. Windows color (decimal): -2279547 or 8730589. OLE color: 8730589.

HSL color Cylindrical-coordinate representation of color #DD3785: hue angle of 331.81º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD3785 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 55 133 -
CMYK 0 0.75 0.40 0.13
HSL 331.81º 0.71% 0.54% -
HSV(B) 331.81º 0.75% 0.87% -
XYZ 35.42 19.8 24.14 -
YUV 113.53 139 204.66 -
System Red Green Blue C M Y K H S L
Decimal 221 55 133 0 0.75 0.40 0.13 331.81 0.71 0.54
Hex DD 37 85 0 4B 28 D 14C 47 36
Octal 335 67 205 0 113 50 15 514 107 66
Binary 11011101 110111 10000101 0 1001011 101000 1101 101001100 1000111 110110

Color Harmonies of #DD3785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3785

Black with #DD3785

Text Example


Text Example

White with #DD3785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3785; }

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

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

background-color css

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

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

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

border-color css

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

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

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