Html Css Color HEX #DD4754 Mandy

📋 copy color: '#DD4754'

red 221 ◦ green 71 ◦ blue 84

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

Shades of Mandy #DD4754

Tints of Mandy #DD4754

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.88%

 BLUE value IS 84 (33.2% from 255) = 22.34%

R = 58.78%
G = 18.88%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD4754 (or 0xDD4754) is known color: Mandy. HEX triplet: DD, 47 and 54. RGB value is (221,71,84). Sum of RGB (Red+Green+Blue) = 221+71+84=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4754 is #22B8AB. Grayscale: #757575. Windows color (decimal): -2275500 or 5523421. OLE color: 5523421.

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

Color convert

RGB 221 71 84 -
CMYK 0 0.68 0.62 0.13
HSL 354.8º 0.69% 0.57% -
HSV(B) 354.8º 0.68% 0.87% -
XYZ 33.67 20.52 10.57 -
YUV 117.33 109.2 201.94 -
System Red Green Blue C M Y K H S L
Decimal 221 71 84 0 0.68 0.62 0.13 354.8 0.69 0.57
Hex DD 47 54 0 44 3E D 163 45 39
Octal 335 107 124 0 104 76 15 543 105 71
Binary 11011101 1000111 1010100 0 1000100 111110 1101 101100011 1000101 111001

Color Harmonies of #DD4754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4754

Black with #DD4754

Text Example


Text Example

White with #DD4754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4754; }

 p { color: rgb(221,71,84); }

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

background-color css

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

 a { background-color: rgb(221,71,84); }

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

border-color css

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

 span { border-color: rgb(221,71,84); }

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