Html Css Color HEX #DD4184 Deep Cerise

📋 copy color: '#DD4184'

red 221 ◦ green 65 ◦ blue 132

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

Shades of Deep Cerise #DD4184

Tints of Deep Cerise #DD4184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.58%

R = 52.87%
G = 15.55%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD4184 (or 0xDD4184) is known color: Deep Cerise. HEX triplet: DD, 41 and 84. RGB value is (221,65,132). Sum of RGB (Red+Green+Blue) = 221+65+132=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4184 is #22BE7B. Grayscale: #777777. Windows color (decimal): -2276988 or 8667613. OLE color: 8667613.

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

Color convert

RGB 221 65 132 -
CMYK 0 0.71 0.40 0.13
HSL 334.23º 0.7% 0.56% -
HSV(B) 334.23º 0.71% 0.87% -
XYZ 35.87 20.82 23.96 -
YUV 119.28 135.18 200.55 -
System Red Green Blue C M Y K H S L
Decimal 221 65 132 0 0.71 0.40 0.13 334.23 0.7 0.56
Hex DD 41 84 0 47 28 D 14E 46 38
Octal 335 101 204 0 107 50 15 516 106 70
Binary 11011101 1000001 10000100 0 1000111 101000 1101 101001110 1000110 111000

Color Harmonies of #DD4184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4184

Black with #DD4184

Text Example


Text Example

White with #DD4184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4184; }

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

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

background-color css

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

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

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

border-color css

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

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

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