Html Css Color HEX #DD4851 Mandy

📋 copy color: '#DD4851'

red 221 ◦ green 72 ◦ blue 81

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

Shades of Mandy #DD4851

Tints of Mandy #DD4851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.66%

R = 59.09%
G = 19.25%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD4851 (or 0xDD4851) is known color: Mandy. HEX triplet: DD, 48 and 51. RGB value is (221,72,81). Sum of RGB (Red+Green+Blue) = 221+72+81=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4851 is #22B7AE. Grayscale: #757575. Windows color (decimal): -2275247 or 5327069. OLE color: 5327069.

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

Color convert

RGB 221 72 81 -
CMYK 0 0.67 0.63 0.13
HSL 356.38º 0.69% 0.57% -
HSV(B) 356.38º 0.67% 0.87% -
XYZ 33.62 20.6 9.99 -
YUV 117.58 107.36 201.77 -
System Red Green Blue C M Y K H S L
Decimal 221 72 81 0 0.67 0.63 0.13 356.38 0.69 0.57
Hex DD 48 51 0 43 3F D 164 45 39
Octal 335 110 121 0 103 77 15 544 105 71
Binary 11011101 1001000 1010001 0 1000011 111111 1101 101100100 1000101 111001

Color Harmonies of #DD4851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4851

Black with #DD4851

Text Example


Text Example

White with #DD4851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4851; }

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

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

background-color css

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

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

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

border-color css

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

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

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