Html Css Color HEX #DD4F5C Mandy

📋 copy color: '#DD4F5C'

red 221 ◦ green 79 ◦ blue 92

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

Shades of Mandy #DD4F5C

Tints of Mandy #DD4F5C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.15%

 BLUE value IS 92 (36.33% from 255) = 23.47%

R = 56.38%
G = 20.15%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD4F5C (or 0xDD4F5C) is known color: Mandy. HEX triplet: DD, 4F and 5C. RGB value is (221,79,92). Sum of RGB (Red+Green+Blue) = 221+79+92=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 79 (31.25% from 255 or 20.15% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4F5C is #22B0A3. Grayscale: #7B7B7B. Windows color (decimal): -2273444 or 6049757. OLE color: 6049757.

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

Color convert

RGB 221 79 92 -
CMYK 0 0.64 0.58 0.13
HSL 354.51º 0.68% 0.59% -
HSV(B) 354.51º 0.64% 0.87% -
XYZ 34.55 21.74 12.5 -
YUV 122.94 110.54 197.94 -
System Red Green Blue C M Y K H S L
Decimal 221 79 92 0 0.64 0.58 0.13 354.51 0.68 0.59
Hex DD 4F 5C 0 40 3A D 163 44 3B
Octal 335 117 134 0 100 72 15 543 104 73
Binary 11011101 1001111 1011100 0 1000000 111010 1101 101100011 1000100 111011

Color Harmonies of #DD4F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4F5C

Black with #DD4F5C

Text Example


Text Example

White with #DD4F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4F5C; }

 p { color: rgb(221,79,92); }

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

background-color css

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

 a { background-color: rgb(221,79,92); }

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

border-color css

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

 span { border-color: rgb(221,79,92); }

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