Html Css Color HEX #DC6063 Mandy

📋 copy color: '#DC6063'

red 220 ◦ green 96 ◦ blue 99

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

Shades of Mandy #DC6063

Tints of Mandy #DC6063

RGB

 RED value IS 220 (86.33% from 255) = 53.01%

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

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

R = 53.01%
G = 23.13%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC6063 (or 0xDC6063) is known color: Mandy. HEX triplet: DC, 60 and 63. RGB value is (220,96,99). Sum of RGB (Red+Green+Blue) = 220+96+99=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6063 is #239F9C. Grayscale: #858585. Windows color (decimal): -2334621 or 6512860. OLE color: 6512860.

HSL color Cylindrical-coordinate representation of color #DC6063: hue angle of 358.55º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC6063 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 96 99 -
CMYK 0 0.56 0.55 0.14
HSL 358.55º 0.64% 0.62% -
HSV(B) 358.55º 0.56% 0.86% -
XYZ 35.95 24.48 14.64 -
YUV 133.42 108.58 189.76 -
System Red Green Blue C M Y K H S L
Decimal 220 96 99 0 0.56 0.55 0.14 358.55 0.64 0.62
Hex DC 60 63 0 38 37 E 167 40 3E
Octal 334 140 143 0 70 67 16 547 100 76
Binary 11011100 1100000 1100011 0 111000 110111 1110 101100111 1000000 111110

Color Harmonies of #DC6063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6063

Black with #DC6063

Text Example


Text Example

White with #DC6063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6063; }

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

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

background-color css

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

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

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

border-color css

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

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

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