Html Css Color HEX #DD3185 Deep Cerise

📋 copy color: '#DD3185'

red 221 ◦ green 49 ◦ blue 133

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

Shades of Deep Cerise #DD3185

Tints of Deep Cerise #DD3185

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.16%

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

R = 54.84%
G = 12.16%
B = 33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD3185 (or 0xDD3185) is known color: Deep Cerise. HEX triplet: DD, 31 and 85. RGB value is (221,49,133). Sum of RGB (Red+Green+Blue) = 221+49+133=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3185 is #22CE7A. Grayscale: #6D6D6D. Windows color (decimal): -2281083 or 8729053. OLE color: 8729053.

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

Color convert

RGB 221 49 133 -
CMYK 0 0.78 0.40 0.13
HSL 330.7º 0.72% 0.53% -
HSV(B) 330.7º 0.78% 0.87% -
XYZ 35.15 19.26 24.06 -
YUV 110 140.98 207.17 -
System Red Green Blue C M Y K H S L
Decimal 221 49 133 0 0.78 0.40 0.13 330.7 0.72 0.53
Hex DD 31 85 0 4E 28 D 14B 48 35
Octal 335 61 205 0 116 50 15 513 110 65
Binary 11011101 110001 10000101 0 1001110 101000 1101 101001011 1001000 110101

Color Harmonies of #DD3185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3185

Black with #DD3185

Text Example


Text Example

White with #DD3185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3185; }

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

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

background-color css

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

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

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

border-color css

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

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

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