Html Css Color HEX #DC0B5E Ruby

📋 copy color: '#DC0B5E'

red 220 ◦ green 11 ◦ blue 94

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

Shades of Ruby #DC0B5E

Tints of Ruby #DC0B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.92%

R = 67.69%
G = 3.38%
B = 28.92%

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

#DC0B5E (or 0xDC0B5E) is known color: Ruby. HEX triplet: DC, 0B and 5E. RGB value is (220,11,94). Sum of RGB (Red+Green+Blue) = 220+11+94=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0B5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0B5E is #23F4A1. Grayscale: #525252. Windows color (decimal): -2356386 or 6163420. OLE color: 6163420.

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

Color convert

RGB 220 11 94 -
CMYK 0 0.95 0.57 0.14
HSL 336.17º 0.9% 0.45% -
HSV(B) 336.17º 0.95% 0.86% -
XYZ 31.66 16.26 12.06 -
YUV 82.95 134.24 225.75 -
System Red Green Blue C M Y K H S L
Decimal 220 11 94 0 0.95 0.57 0.14 336.17 0.9 0.45
Hex DC B 5E 0 5F 39 E 150 5A 2D
Octal 334 13 136 0 137 71 16 520 132 55
Binary 11011100 1011 1011110 0 1011111 111001 1110 101010000 1011010 101101

Color Harmonies of #DC0B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0B5E

Black with #DC0B5E

Text Example


Text Example

White with #DC0B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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