Html Css Color HEX #DD454E Mandy

📋 copy color: '#DD454E'

red 221 ◦ green 69 ◦ blue 78

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

Shades of Mandy #DD454E

Tints of Mandy #DD454E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.2%

R = 60.05%
G = 18.75%
B = 21.2%

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

#DD454E (or 0xDD454E) is known color: Mandy. HEX triplet: DD, 45 and 4E. RGB value is (221,69,78). Sum of RGB (Red+Green+Blue) = 221+69+78=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD454E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD454E is #22BAB1. Grayscale: #737373. Windows color (decimal): -2276018 or 5129693. OLE color: 5129693.

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

Color convert

RGB 221 69 78 -
CMYK 0 0.69 0.65 0.13
HSL 356.45º 0.69% 0.57% -
HSV(B) 356.45º 0.69% 0.87% -
XYZ 33.32 20.18 9.35 -
YUV 115.47 106.86 203.27 -
System Red Green Blue C M Y K H S L
Decimal 221 69 78 0 0.69 0.65 0.13 356.45 0.69 0.57
Hex DD 45 4E 0 45 41 D 164 45 39
Octal 335 105 116 0 105 101 15 544 105 71
Binary 11011101 1000101 1001110 0 1000101 1000001 1101 101100100 1000101 111001

Color Harmonies of #DD454E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD454E

Black with #DD454E

Text Example


Text Example

White with #DD454E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD454E; }

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

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

background-color css

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

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

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

border-color css

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

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

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