Html Css Color HEX #DC206D Ruby

📋 copy color: '#DC206D'

red 220 ◦ green 32 ◦ blue 109

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

Shades of Ruby #DC206D

Tints of Ruby #DC206D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.19%

R = 60.94%
G = 8.86%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC206D (or 0xDC206D) is known color: Ruby. HEX triplet: DC, 20 and 6D. RGB value is (220,32,109). Sum of RGB (Red+Green+Blue) = 220+32+109=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC206D is #23DF92. Grayscale: #606060. Windows color (decimal): -2350995 or 7151836. OLE color: 7151836.

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

Color convert

RGB 220 32 109 -
CMYK 0 0.85 0.50 0.14
HSL 335.43º 0.75% 0.49% -
HSV(B) 335.43º 0.85% 0.86% -
XYZ 32.79 17.35 16.09 -
YUV 96.99 134.78 215.74 -
System Red Green Blue C M Y K H S L
Decimal 220 32 109 0 0.85 0.50 0.14 335.43 0.75 0.49
Hex DC 20 6D 0 55 32 E 14F 4B 31
Octal 334 40 155 0 125 62 16 517 113 61
Binary 11011100 100000 1101101 0 1010101 110010 1110 101001111 1001011 110001

Color Harmonies of #DC206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC206D

Black with #DC206D

Text Example


Text Example

White with #DC206D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC206D; }

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

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

background-color css

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

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

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

border-color css

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

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

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