Html Css Color HEX #DC206C Ruby

📋 copy color: '#DC206C'

red 220 ◦ green 32 ◦ blue 108

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

Shades of Ruby #DC206C

Tints of Ruby #DC206C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30%

R = 61.11%
G = 8.89%
B = 30%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC206C (or 0xDC206C) is known color: Ruby. HEX triplet: DC, 20 and 6C. RGB value is (220,32,108). Sum of RGB (Red+Green+Blue) = 220+32+108=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC206C is #23DF93. Grayscale: #606060. Windows color (decimal): -2350996 or 7086300. OLE color: 7086300.

HSL color Cylindrical-coordinate representation of color #DC206C: hue angle of 335.74º 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 #DC206C is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 32 108 -
CMYK 0 0.85 0.51 0.14
HSL 335.74º 0.75% 0.49% -
HSV(B) 335.74º 0.85% 0.86% -
XYZ 32.74 17.33 15.81 -
YUV 96.88 134.28 215.82 -
System Red Green Blue C M Y K H S L
Decimal 220 32 108 0 0.85 0.51 0.14 335.74 0.75 0.49
Hex DC 20 6C 0 55 33 E 150 4B 31
Octal 334 40 154 0 125 63 16 520 113 61
Binary 11011100 100000 1101100 0 1010101 110011 1110 101010000 1001011 110001

Color Harmonies of #DC206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC206C

Black with #DC206C

Text Example


Text Example

White with #DC206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC206C; }

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

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

background-color css

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

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

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

border-color css

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

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

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