Html Css Color HEX #DD6063 Mandy

📋 copy color: '#DD6063'

red 221 ◦ green 96 ◦ blue 99

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

Shades of Mandy #DD6063

Tints of Mandy #DD6063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.8%

R = 53.13%
G = 23.08%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD6063 (or 0xDD6063) is known color: Mandy. HEX triplet: DD, 60 and 63. RGB value is (221,96,99). Sum of RGB (Red+Green+Blue) = 221+96+99=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6063 is #229F9C. Grayscale: #858585. Windows color (decimal): -2269085 or 6512861. OLE color: 6512861.

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

Color convert

RGB 221 96 99 -
CMYK 0 0.57 0.55 0.13
HSL 358.56º 0.65% 0.62% -
HSV(B) 358.56º 0.57% 0.87% -
XYZ 36.25 24.64 14.65 -
YUV 133.72 108.41 190.26 -
System Red Green Blue C M Y K H S L
Decimal 221 96 99 0 0.57 0.55 0.13 358.56 0.65 0.62
Hex DD 60 63 0 39 37 D 167 41 3E
Octal 335 140 143 0 71 67 15 547 101 76
Binary 11011101 1100000 1100011 0 111001 110111 1101 101100111 1000001 111110

Color Harmonies of #DD6063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6063

Black with #DD6063

Text Example


Text Example

White with #DD6063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6063; }

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

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

background-color css

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

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

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

border-color css

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

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

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