Html Css Color HEX #DD6061 Mandy

📋 copy color: '#DD6061'

red 221 ◦ green 96 ◦ blue 97

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

Shades of Mandy #DD6061

Tints of Mandy #DD6061

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.19%

 BLUE value IS 97 (38.28% from 255) = 23.43%

R = 53.38%
G = 23.19%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD6061 (or 0xDD6061) is known color: Mandy. HEX triplet: DD, 60 and 61. RGB value is (221,96,97). Sum of RGB (Red+Green+Blue) = 221+96+97=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6061 is #229F9E. Grayscale: #858585. Windows color (decimal): -2269087 or 6381789. OLE color: 6381789.

HSL color Cylindrical-coordinate representation of color #DD6061: hue angle of 359.52º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD6061 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 96 97 -
CMYK 0 0.57 0.56 0.13
HSL 359.52º 0.65% 0.62% -
HSV(B) 359.52º 0.57% 0.87% -
XYZ 36.16 24.6 14.15 -
YUV 133.49 107.41 190.42 -
System Red Green Blue C M Y K H S L
Decimal 221 96 97 0 0.57 0.56 0.13 359.52 0.65 0.62
Hex DD 60 61 0 39 38 D 168 41 3E
Octal 335 140 141 0 71 70 15 550 101 76
Binary 11011101 1100000 1100001 0 111001 111000 1101 101101000 1000001 111110

Color Harmonies of #DD6061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6061

Black with #DD6061

Text Example


Text Example

White with #DD6061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6061; }

 p { color: rgb(221,96,97); }

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

background-color css

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

 a { background-color: rgb(221,96,97); }

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

border-color css

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

 span { border-color: rgb(221,96,97); }

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