Html Css Color HEX #DC2068 Ruby

📋 copy color: '#DC2068'

red 220 ◦ green 32 ◦ blue 104

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

Shades of Ruby #DC2068

Tints of Ruby #DC2068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.21%

R = 61.8%
G = 8.99%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC2068 (or 0xDC2068) is known color: Ruby. HEX triplet: DC, 20 and 68. RGB value is (220,32,104). Sum of RGB (Red+Green+Blue) = 220+32+104=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2068 is #23DF97. Grayscale: #606060. Windows color (decimal): -2351000 or 6824156. OLE color: 6824156.

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

Color convert

RGB 220 32 104 -
CMYK 0 0.85 0.53 0.14
HSL 337.02º 0.75% 0.49% -
HSV(B) 337.02º 0.85% 0.86% -
XYZ 32.53 17.25 14.71 -
YUV 96.42 132.28 216.15 -
System Red Green Blue C M Y K H S L
Decimal 220 32 104 0 0.85 0.53 0.14 337.02 0.75 0.49
Hex DC 20 68 0 55 35 E 151 4B 31
Octal 334 40 150 0 125 65 16 521 113 61
Binary 11011100 100000 1101000 0 1010101 110101 1110 101010001 1001011 110001

Color Harmonies of #DC2068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2068

Black with #DC2068

Text Example


Text Example

White with #DC2068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2068; }

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

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

background-color css

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

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

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

border-color css

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

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

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