Html Css Color HEX #DC0B6F Ruby

📋 copy color: '#DC0B6F'

red 220 ◦ green 11 ◦ blue 111

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

Shades of Ruby #DC0B6F

Tints of Ruby #DC0B6F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.22%

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

R = 64.33%
G = 3.22%
B = 32.46%

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

#DC0B6F (or 0xDC0B6F) is known color: Ruby. HEX triplet: DC, 0B and 6F. RGB value is (220,11,111). Sum of RGB (Red+Green+Blue) = 220+11+111=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0B6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0B6F is #23F490. Grayscale: #545454. Windows color (decimal): -2356369 or 7277532. OLE color: 7277532.

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

Color convert

RGB 220 11 111 -
CMYK 0 0.95 0.50 0.14
HSL 331.29º 0.9% 0.45% -
HSV(B) 331.29º 0.95% 0.86% -
XYZ 32.5 16.6 16.53 -
YUV 84.89 142.74 224.37 -
System Red Green Blue C M Y K H S L
Decimal 220 11 111 0 0.95 0.50 0.14 331.29 0.9 0.45
Hex DC B 6F 0 5F 32 E 14B 5A 2D
Octal 334 13 157 0 137 62 16 513 132 55
Binary 11011100 1011 1101111 0 1011111 110010 1110 101001011 1011010 101101

Color Harmonies of #DC0B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0B6F

Black with #DC0B6F

Text Example


Text Example

White with #DC0B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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