Html Css Color HEX #DD4188 Deep Cerise

📋 copy color: '#DD4188'

red 221 ◦ green 65 ◦ blue 136

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

Shades of Deep Cerise #DD4188

Tints of Deep Cerise #DD4188

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.4%

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

R = 52.37%
G = 15.4%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD4188 (or 0xDD4188) is known color: Deep Cerise. HEX triplet: DD, 41 and 88. RGB value is (221,65,136). Sum of RGB (Red+Green+Blue) = 221+65+136=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4188 is #22BE77. Grayscale: #777777. Windows color (decimal): -2276984 or 8929757. OLE color: 8929757.

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

Color convert

RGB 221 65 136 -
CMYK 0 0.71 0.38 0.13
HSL 332.69º 0.7% 0.56% -
HSV(B) 332.69º 0.71% 0.87% -
XYZ 36.15 20.93 25.43 -
YUV 119.74 137.18 200.23 -
System Red Green Blue C M Y K H S L
Decimal 221 65 136 0 0.71 0.38 0.13 332.69 0.7 0.56
Hex DD 41 88 0 47 26 D 14D 46 38
Octal 335 101 210 0 107 46 15 515 106 70
Binary 11011101 1000001 10001000 0 1000111 100110 1101 101001101 1000110 111000

Color Harmonies of #DD4188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4188

Black with #DD4188

Text Example


Text Example

White with #DD4188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4188; }

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

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

background-color css

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

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

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

border-color css

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

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

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