Html Css Color HEX #DD454F Mandy

📋 copy color: '#DD454F'

red 221 ◦ green 69 ◦ blue 79

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

Shades of Mandy #DD454F

Tints of Mandy #DD454F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.41%

R = 59.89%
G = 18.7%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD454F (or 0xDD454F) is known color: Mandy. HEX triplet: DD, 45 and 4F. RGB value is (221,69,79). Sum of RGB (Red+Green+Blue) = 221+69+79=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD454F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD454F is #22BAB0. Grayscale: #737373. Windows color (decimal): -2276017 or 5195229. OLE color: 5195229.

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

Color convert

RGB 221 69 79 -
CMYK 0 0.69 0.64 0.13
HSL 356.05º 0.69% 0.57% -
HSV(B) 356.05º 0.69% 0.87% -
XYZ 33.36 20.19 9.54 -
YUV 115.59 107.36 203.19 -
System Red Green Blue C M Y K H S L
Decimal 221 69 79 0 0.69 0.64 0.13 356.05 0.69 0.57
Hex DD 45 4F 0 45 40 D 164 45 39
Octal 335 105 117 0 105 100 15 544 105 71
Binary 11011101 1000101 1001111 0 1000101 1000000 1101 101100100 1000101 111001

Color Harmonies of #DD454F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD454F

Black with #DD454F

Text Example


Text Example

White with #DD454F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD454F; }

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

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

background-color css

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

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

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

border-color css

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

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

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