Html Css Color HEX #DD454B Mandy

📋 copy color: '#DD454B'

red 221 ◦ green 69 ◦ blue 75

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

Shades of Mandy #DD454B

Tints of Mandy #DD454B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.55%

R = 60.55%
G = 18.9%
B = 20.55%

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

#DD454B (or 0xDD454B) is known color: Mandy. HEX triplet: DD, 45 and 4B. RGB value is (221,69,75). Sum of RGB (Red+Green+Blue) = 221+69+75=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD454B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD454B is #22BAB4. Grayscale: #737373. Windows color (decimal): -2276021 or 4933085. OLE color: 4933085.

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

Color convert

RGB 221 69 75 -
CMYK 0 0.69 0.66 0.13
HSL 357.63º 0.69% 0.57% -
HSV(B) 357.63º 0.69% 0.87% -
XYZ 33.22 20.14 8.79 -
YUV 115.13 105.36 203.51 -
System Red Green Blue C M Y K H S L
Decimal 221 69 75 0 0.69 0.66 0.13 357.63 0.69 0.57
Hex DD 45 4B 0 45 42 D 166 45 39
Octal 335 105 113 0 105 102 15 546 105 71
Binary 11011101 1000101 1001011 0 1000101 1000010 1101 101100110 1000101 111001

Color Harmonies of #DD454B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD454B

Black with #DD454B

Text Example


Text Example

White with #DD454B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD454B; }

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

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

background-color css

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

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

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

border-color css

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

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

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