Html Css Color HEX #DC1876 Ruby

📋 copy color: '#DC1876'

red 220 ◦ green 24 ◦ blue 118

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

Shades of Ruby #DC1876

Tints of Ruby #DC1876

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.63%

 BLUE value IS 118 (46.48% from 255) = 32.6%

R = 60.77%
G = 6.63%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC1876 (or 0xDC1876) is known color: Ruby. HEX triplet: DC, 18 and 76. RGB value is (220,24,118). Sum of RGB (Red+Green+Blue) = 220+24+118=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1876 is #23E789. Grayscale: #5D5D5D. Windows color (decimal): -2353034 or 7739612. OLE color: 7739612.

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

Color convert

RGB 220 24 118 -
CMYK 0 0.89 0.46 0.14
HSL 331.22º 0.8% 0.48% -
HSV(B) 331.22º 0.89% 0.86% -
XYZ 33.11 17.18 18.71 -
YUV 93.32 141.93 218.36 -
System Red Green Blue C M Y K H S L
Decimal 220 24 118 0 0.89 0.46 0.14 331.22 0.8 0.48
Hex DC 18 76 0 59 2E E 14B 50 30
Octal 334 30 166 0 131 56 16 513 120 60
Binary 11011100 11000 1110110 0 1011001 101110 1110 101001011 1010000 110000

Color Harmonies of #DC1876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1876

Black with #DC1876

Text Example


Text Example

White with #DC1876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1876; }

 p { color: rgb(220,24,118); }

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

background-color css

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

 a { background-color: rgb(220,24,118); }

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

border-color css

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

 span { border-color: rgb(220,24,118); }

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