Html Css Color HEX #DD454C Mandy

📋 copy color: '#DD454C'

red 221 ◦ green 69 ◦ blue 76

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

Shades of Mandy #DD454C

Tints of Mandy #DD454C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.85%

 BLUE value IS 76 (30.08% from 255) = 20.77%

R = 60.38%
G = 18.85%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD454C (or 0xDD454C) is known color: Mandy. HEX triplet: DD, 45 and 4C. RGB value is (221,69,76). Sum of RGB (Red+Green+Blue) = 221+69+76=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD454C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD454C is #22BAB3. Grayscale: #737373. Windows color (decimal): -2276020 or 4998621. OLE color: 4998621.

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

Color convert

RGB 221 69 76 -
CMYK 0 0.69 0.66 0.13
HSL 357.24º 0.69% 0.57% -
HSV(B) 357.24º 0.69% 0.87% -
XYZ 33.25 20.15 8.97 -
YUV 115.25 105.86 203.43 -
System Red Green Blue C M Y K H S L
Decimal 221 69 76 0 0.69 0.66 0.13 357.24 0.69 0.57
Hex DD 45 4C 0 45 42 D 165 45 39
Octal 335 105 114 0 105 102 15 545 105 71
Binary 11011101 1000101 1001100 0 1000101 1000010 1101 101100101 1000101 111001

Color Harmonies of #DD454C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD454C

Black with #DD454C

Text Example


Text Example

White with #DD454C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD454C; }

 p { color: rgb(221,69,76); }

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

background-color css

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

 a { background-color: rgb(221,69,76); }

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

border-color css

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

 span { border-color: rgb(221,69,76); }

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