Html Css Color HEX #DC0C6F Ruby

📋 copy color: '#DC0C6F'

red 220 ◦ green 12 ◦ blue 111

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

Shades of Ruby #DC0C6F

Tints of Ruby #DC0C6F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.5%

 BLUE value IS 111 (43.75% from 255) = 32.36%

R = 64.14%
G = 3.5%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC0C6F (or 0xDC0C6F) is known color: Ruby. HEX triplet: DC, 0C and 6F. RGB value is (220,12,111). Sum of RGB (Red+Green+Blue) = 220+12+111=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 12 (5.08% from 255 or 3.50% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0C6F is #23F390. Grayscale: #555555. Windows color (decimal): -2356113 or 7277788. OLE color: 7277788.

HSL color Cylindrical-coordinate representation of color #DC0C6F: hue angle of 331.44º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0C6F is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 12 111 -
CMYK 0 0.95 0.50 0.14
HSL 331.44º 0.9% 0.45% -
HSV(B) 331.44º 0.95% 0.86% -
XYZ 32.52 16.63 16.53 -
YUV 85.48 142.41 223.95 -
System Red Green Blue C M Y K H S L
Decimal 220 12 111 0 0.95 0.50 0.14 331.44 0.9 0.45
Hex DC C 6F 0 5F 32 E 14B 5A 2D
Octal 334 14 157 0 137 62 16 513 132 55
Binary 11011100 1100 1101111 0 1011111 110010 1110 101001011 1011010 101101

Color Harmonies of #DC0C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0C6F

Black with #DC0C6F

Text Example


Text Example

White with #DC0C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0C6F; }

 p { color: rgb(220,12,111); }

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

background-color css

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

 a { background-color: rgb(220,12,111); }

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

border-color css

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

 span { border-color: rgb(220,12,111); }

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