Html Css Color HEX #DD4853 Mandy

📋 copy color: '#DD4853'

red 221 ◦ green 72 ◦ blue 83

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

Shades of Mandy #DD4853

Tints of Mandy #DD4853

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.15%

 BLUE value IS 83 (32.81% from 255) = 22.07%

R = 58.78%
G = 19.15%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD4853 (or 0xDD4853) is known color: Mandy. HEX triplet: DD, 48 and 53. RGB value is (221,72,83). Sum of RGB (Red+Green+Blue) = 221+72+83=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4853 is #22B7AC. Grayscale: #757575. Windows color (decimal): -2275245 or 5458141. OLE color: 5458141.

HSL color Cylindrical-coordinate representation of color #DD4853: hue angle of 355.57º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4853 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 72 83 -
CMYK 0 0.67 0.62 0.13
HSL 355.57º 0.69% 0.57% -
HSV(B) 355.57º 0.67% 0.87% -
XYZ 33.7 20.63 10.39 -
YUV 117.81 108.36 201.61 -
System Red Green Blue C M Y K H S L
Decimal 221 72 83 0 0.67 0.62 0.13 355.57 0.69 0.57
Hex DD 48 53 0 43 3E D 164 45 39
Octal 335 110 123 0 103 76 15 544 105 71
Binary 11011101 1001000 1010011 0 1000011 111110 1101 101100100 1000101 111001

Color Harmonies of #DD4853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4853

Black with #DD4853

Text Example


Text Example

White with #DD4853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4853; }

 p { color: rgb(221,72,83); }

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

background-color css

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

 a { background-color: rgb(221,72,83); }

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

border-color css

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

 span { border-color: rgb(221,72,83); }

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