Html Css Color HEX #DD4182 Deep Cerise

📋 copy color: '#DD4182'

red 221 ◦ green 65 ◦ blue 130

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

Shades of Deep Cerise #DD4182

Tints of Deep Cerise #DD4182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.25%

R = 53.13%
G = 15.63%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD4182 (or 0xDD4182) is known color: Deep Cerise. HEX triplet: DD, 41 and 82. RGB value is (221,65,130). Sum of RGB (Red+Green+Blue) = 221+65+130=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4182 is #22BE7D. Grayscale: #767676. Windows color (decimal): -2276990 or 8536541. OLE color: 8536541.

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

Color convert

RGB 221 65 130 -
CMYK 0 0.71 0.41 0.13
HSL 335º 0.7% 0.56% -
HSV(B) 335º 0.71% 0.87% -
XYZ 35.74 20.76 23.24 -
YUV 119.05 134.18 200.71 -
System Red Green Blue C M Y K H S L
Decimal 221 65 130 0 0.71 0.41 0.13 335 0.7 0.56
Hex DD 41 82 0 47 29 D 14F 46 38
Octal 335 101 202 0 107 51 15 517 106 70
Binary 11011101 1000001 10000010 0 1000111 101001 1101 101001111 1000110 111000

Color Harmonies of #DD4182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4182

Black with #DD4182

Text Example


Text Example

White with #DD4182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4182; }

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

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

background-color css

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

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

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

border-color css

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

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

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