Html Css Color HEX #DC0B5F Ruby

📋 copy color: '#DC0B5F'

red 220 ◦ green 11 ◦ blue 95

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

Shades of Ruby #DC0B5F

Tints of Ruby #DC0B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.14%

R = 67.48%
G = 3.37%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC0B5F (or 0xDC0B5F) is known color: Ruby. HEX triplet: DC, 0B and 5F. RGB value is (220,11,95). Sum of RGB (Red+Green+Blue) = 220+11+95=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0B5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0B5F is #23F4A0. Grayscale: #525252. Windows color (decimal): -2356385 or 6228956. OLE color: 6228956.

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

Color convert

RGB 220 11 95 -
CMYK 0 0.95 0.57 0.14
HSL 335.89º 0.9% 0.45% -
HSV(B) 335.89º 0.95% 0.86% -
XYZ 31.7 16.28 12.3 -
YUV 83.07 134.74 225.67 -
System Red Green Blue C M Y K H S L
Decimal 220 11 95 0 0.95 0.57 0.14 335.89 0.9 0.45
Hex DC B 5F 0 5F 39 E 150 5A 2D
Octal 334 13 137 0 137 71 16 520 132 55
Binary 11011100 1011 1011111 0 1011111 111001 1110 101010000 1011010 101101

Color Harmonies of #DC0B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0B5F

Black with #DC0B5F

Text Example


Text Example

White with #DC0B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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