Html Css Color HEX #DD434F Mandy

📋 copy color: '#DD434F'

red 221 ◦ green 67 ◦ blue 79

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

Shades of Mandy #DD434F

Tints of Mandy #DD434F

RGB

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

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

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

R = 60.22%
G = 18.26%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD434F (or 0xDD434F) is known color: Mandy. HEX triplet: DD, 43 and 4F. RGB value is (221,67,79). Sum of RGB (Red+Green+Blue) = 221+67+79=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD434F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD434F is #22BCB0. Grayscale: #727272. Windows color (decimal): -2276529 or 5194717. OLE color: 5194717.

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

Color convert

RGB 221 67 79 -
CMYK 0 0.70 0.64 0.13
HSL 355.32º 0.69% 0.56% -
HSV(B) 355.32º 0.7% 0.87% -
XYZ 33.24 19.95 9.5 -
YUV 114.41 108.02 204.02 -
System Red Green Blue C M Y K H S L
Decimal 221 67 79 0 0.70 0.64 0.13 355.32 0.69 0.56
Hex DD 43 4F 0 46 40 D 163 45 38
Octal 335 103 117 0 106 100 15 543 105 70
Binary 11011101 1000011 1001111 0 1000110 1000000 1101 101100011 1000101 111000

Color Harmonies of #DD434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD434F

Black with #DD434F

Text Example


Text Example

White with #DD434F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD434F; }

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

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

background-color css

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

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

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

border-color css

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

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

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