Html Css Color HEX #DD4359 Mandy

📋 copy color: '#DD4359'

red 221 ◦ green 67 ◦ blue 89

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

Shades of Mandy #DD4359

Tints of Mandy #DD4359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.77%

 BLUE value IS 89 (35.16% from 255) = 23.61%

R = 58.62%
G = 17.77%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD4359 (or 0xDD4359) is known color: Mandy. HEX triplet: DD, 43 and 59. RGB value is (221,67,89). Sum of RGB (Red+Green+Blue) = 221+67+89=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 67 (26.56% from 255 or 17.77% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4359 is #22BCA6. Grayscale: #737373. Windows color (decimal): -2276519 or 5850077. OLE color: 5850077.

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

Color convert

RGB 221 67 89 -
CMYK 0 0.70 0.60 0.13
HSL 351.43º 0.69% 0.56% -
HSV(B) 351.43º 0.7% 0.87% -
XYZ 33.63 20.11 11.56 -
YUV 115.55 113.02 203.21 -
System Red Green Blue C M Y K H S L
Decimal 221 67 89 0 0.70 0.60 0.13 351.43 0.69 0.56
Hex DD 43 59 0 46 3C D 15F 45 38
Octal 335 103 131 0 106 74 15 537 105 70
Binary 11011101 1000011 1011001 0 1000110 111100 1101 101011111 1000101 111000

Color Harmonies of #DD4359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4359

Black with #DD4359

Text Example


Text Example

White with #DD4359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4359; }

 p { color: rgb(221,67,89); }

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

background-color css

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

 a { background-color: rgb(221,67,89); }

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

border-color css

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

 span { border-color: rgb(221,67,89); }

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