Html Css Color HEX #DC206A Ruby

📋 copy color: '#DC206A'

red 220 ◦ green 32 ◦ blue 106

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

Shades of Ruby #DC206A

Tints of Ruby #DC206A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.61%

R = 61.45%
G = 8.94%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC206A (or 0xDC206A) is known color: Ruby. HEX triplet: DC, 20 and 6A. RGB value is (220,32,106). Sum of RGB (Red+Green+Blue) = 220+32+106=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC206A is #23DF95. Grayscale: #606060. Windows color (decimal): -2350998 or 6955228. OLE color: 6955228.

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

Color convert

RGB 220 32 106 -
CMYK 0 0.85 0.52 0.14
HSL 336.38º 0.75% 0.49% -
HSV(B) 336.38º 0.85% 0.86% -
XYZ 32.63 17.29 15.25 -
YUV 96.65 133.28 215.98 -
System Red Green Blue C M Y K H S L
Decimal 220 32 106 0 0.85 0.52 0.14 336.38 0.75 0.49
Hex DC 20 6A 0 55 34 E 150 4B 31
Octal 334 40 152 0 125 64 16 520 113 61
Binary 11011100 100000 1101010 0 1010101 110100 1110 101010000 1001011 110001

Color Harmonies of #DC206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC206A

Black with #DC206A

Text Example


Text Example

White with #DC206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC206A; }

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

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

background-color css

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

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

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

border-color css

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

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

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