Html Css Color HEX #DD4283 Deep Cerise

📋 copy color: '#DD4283'

red 221 ◦ green 66 ◦ blue 131

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

Shades of Deep Cerise #DD4283

Tints of Deep Cerise #DD4283

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.79%

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

R = 52.87%
G = 15.79%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD4283 (or 0xDD4283) is known color: Deep Cerise. HEX triplet: DD, 42 and 83. RGB value is (221,66,131). Sum of RGB (Red+Green+Blue) = 221+66+131=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4283 is #22BD7C. Grayscale: #777777. Windows color (decimal): -2276733 or 8602333. OLE color: 8602333.

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

Color convert

RGB 221 66 131 -
CMYK 0 0.70 0.41 0.13
HSL 334.84º 0.7% 0.56% -
HSV(B) 334.84º 0.7% 0.87% -
XYZ 35.86 20.91 23.62 -
YUV 119.76 134.35 200.21 -
System Red Green Blue C M Y K H S L
Decimal 221 66 131 0 0.70 0.41 0.13 334.84 0.7 0.56
Hex DD 42 83 0 46 29 D 14F 46 38
Octal 335 102 203 0 106 51 15 517 106 70
Binary 11011101 1000010 10000011 0 1000110 101001 1101 101001111 1000110 111000

Color Harmonies of #DD4283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4283

Black with #DD4283

Text Example


Text Example

White with #DD4283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4283; }

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

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

background-color css

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

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

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

border-color css

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

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

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