Html Css Color HEX #DC0D6E Ruby

📋 copy color: '#DC0D6E'

red 220 ◦ green 13 ◦ blue 110

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

Shades of Ruby #DC0D6E

Tints of Ruby #DC0D6E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.79%

 BLUE value IS 110 (43.36% from 255) = 32.07%

R = 64.14%
G = 3.79%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC0D6E (or 0xDC0D6E) is known color: Ruby. HEX triplet: DC, 0D and 6E. RGB value is (220,13,110). Sum of RGB (Red+Green+Blue) = 220+13+110=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0D6E is #23F291. Grayscale: #555555. Windows color (decimal): -2355858 or 7212508. OLE color: 7212508.

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

Color convert

RGB 220 13 110 -
CMYK 0 0.94 0.50 0.14
HSL 331.88º 0.89% 0.46% -
HSV(B) 331.88º 0.94% 0.86% -
XYZ 32.47 16.63 16.25 -
YUV 85.95 141.58 223.61 -
System Red Green Blue C M Y K H S L
Decimal 220 13 110 0 0.94 0.50 0.14 331.88 0.89 0.46
Hex DC D 6E 0 5E 32 E 14C 59 2E
Octal 334 15 156 0 136 62 16 514 131 56
Binary 11011100 1101 1101110 0 1011110 110010 1110 101001100 1011001 101110

Color Harmonies of #DC0D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0D6E

Black with #DC0D6E

Text Example


Text Example

White with #DC0D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0D6E; }

 p { color: rgb(220,13,110); }

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

background-color css

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

 a { background-color: rgb(220,13,110); }

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

border-color css

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

 span { border-color: rgb(220,13,110); }

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