Html Css Color HEX #DD4183 Deep Cerise

📋 copy color: '#DD4183'

red 221 ◦ green 65 ◦ blue 131

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

Shades of Deep Cerise #DD4183

Tints of Deep Cerise #DD4183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.41%

R = 53%
G = 15.59%
B = 31.41%

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

#DD4183 (or 0xDD4183) is known color: Deep Cerise. HEX triplet: DD, 41 and 83. RGB value is (221,65,131). Sum of RGB (Red+Green+Blue) = 221+65+131=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4183 is #22BE7C. Grayscale: #777777. Windows color (decimal): -2276989 or 8602077. OLE color: 8602077.

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

Color convert

RGB 221 65 131 -
CMYK 0 0.71 0.41 0.13
HSL 334.62º 0.7% 0.56% -
HSV(B) 334.62º 0.71% 0.87% -
XYZ 35.81 20.79 23.6 -
YUV 119.17 134.68 200.63 -
System Red Green Blue C M Y K H S L
Decimal 221 65 131 0 0.71 0.41 0.13 334.62 0.7 0.56
Hex DD 41 83 0 47 29 D 14F 46 38
Octal 335 101 203 0 107 51 15 517 106 70
Binary 11011101 1000001 10000011 0 1000111 101001 1101 101001111 1000110 111000

Color Harmonies of #DD4183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4183

Black with #DD4183

Text Example


Text Example

White with #DD4183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4183; }

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

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

background-color css

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

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

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

border-color css

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

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

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