Html Css Color HEX #DC2066 Ruby

📋 copy color: '#DC2066'

red 220 ◦ green 32 ◦ blue 102

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

Shades of Ruby #DC2066

Tints of Ruby #DC2066

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.04%

 BLUE value IS 102 (40.23% from 255) = 28.81%

R = 62.15%
G = 9.04%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC2066 (or 0xDC2066) is known color: Ruby. HEX triplet: DC, 20 and 66. RGB value is (220,32,102). Sum of RGB (Red+Green+Blue) = 220+32+102=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2066 is #23DF99. Grayscale: #606060. Windows color (decimal): -2351002 or 6693084. OLE color: 6693084.

HSL color Cylindrical-coordinate representation of color #DC2066: hue angle of 337.66º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2066 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 32 102 -
CMYK 0 0.85 0.54 0.14
HSL 337.66º 0.75% 0.49% -
HSV(B) 337.66º 0.85% 0.86% -
XYZ 32.43 17.21 14.18 -
YUV 96.19 131.28 216.31 -
System Red Green Blue C M Y K H S L
Decimal 220 32 102 0 0.85 0.54 0.14 337.66 0.75 0.49
Hex DC 20 66 0 55 36 E 152 4B 31
Octal 334 40 146 0 125 66 16 522 113 61
Binary 11011100 100000 1100110 0 1010101 110110 1110 101010010 1001011 110001

Color Harmonies of #DC2066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2066

Black with #DC2066

Text Example


Text Example

White with #DC2066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2066; }

 p { color: rgb(220,32,102); }

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

background-color css

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

 a { background-color: rgb(220,32,102); }

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

border-color css

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

 span { border-color: rgb(220,32,102); }

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