Html Css Color HEX #DD3188 Deep Cerise

📋 copy color: '#DD3188'

red 221 ◦ green 49 ◦ blue 136

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

Shades of Deep Cerise #DD3188

Tints of Deep Cerise #DD3188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.5%

R = 54.43%
G = 12.07%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD3188 (or 0xDD3188) is known color: Deep Cerise. HEX triplet: DD, 31 and 88. RGB value is (221,49,136). Sum of RGB (Red+Green+Blue) = 221+49+136=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3188 is #22CE77. Grayscale: #6E6E6E. Windows color (decimal): -2281080 or 8925661. OLE color: 8925661.

HSL color Cylindrical-coordinate representation of color #DD3188: hue angle of 329.65º 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 #DD3188 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 49 136 -
CMYK 0 0.78 0.38 0.13
HSL 329.65º 0.72% 0.53% -
HSV(B) 329.65º 0.78% 0.87% -
XYZ 35.36 19.35 25.16 -
YUV 110.35 142.48 206.93 -
System Red Green Blue C M Y K H S L
Decimal 221 49 136 0 0.78 0.38 0.13 329.65 0.72 0.53
Hex DD 31 88 0 4E 26 D 14A 48 35
Octal 335 61 210 0 116 46 15 512 110 65
Binary 11011101 110001 10001000 0 1001110 100110 1101 101001010 1001000 110101

Color Harmonies of #DD3188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3188

Black with #DD3188

Text Example


Text Example

White with #DD3188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3188; }

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

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

background-color css

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

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

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

border-color css

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

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

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