Html Css Color HEX #DD454D Mandy

📋 copy color: '#DD454D'

red 221 ◦ green 69 ◦ blue 77

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

Shades of Mandy #DD454D

Tints of Mandy #DD454D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.98%

R = 60.22%
G = 18.8%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD454D (or 0xDD454D) is known color: Mandy. HEX triplet: DD, 45 and 4D. RGB value is (221,69,77). Sum of RGB (Red+Green+Blue) = 221+69+77=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD454D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD454D is #22BAB2. Grayscale: #737373. Windows color (decimal): -2276019 or 5064157. OLE color: 5064157.

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

Color convert

RGB 221 69 77 -
CMYK 0 0.69 0.65 0.13
HSL 356.84º 0.69% 0.57% -
HSV(B) 356.84º 0.69% 0.87% -
XYZ 33.29 20.16 9.16 -
YUV 115.36 106.36 203.35 -
System Red Green Blue C M Y K H S L
Decimal 221 69 77 0 0.69 0.65 0.13 356.84 0.69 0.57
Hex DD 45 4D 0 45 41 D 165 45 39
Octal 335 105 115 0 105 101 15 545 105 71
Binary 11011101 1000101 1001101 0 1000101 1000001 1101 101100101 1000101 111001

Color Harmonies of #DD454D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD454D

Black with #DD454D

Text Example


Text Example

White with #DD454D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD454D; }

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

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

background-color css

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

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

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

border-color css

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

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

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