Html Css Color HEX #DC1477 Ruby

📋 copy color: '#DC1477'

red 220 ◦ green 20 ◦ blue 119

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

Shades of Ruby #DC1477

Tints of Ruby #DC1477

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.57%

 BLUE value IS 119 (46.88% from 255) = 33.15%

R = 61.28%
G = 5.57%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC1477 (or 0xDC1477) is known color: Ruby. HEX triplet: DC, 14 and 77. RGB value is (220,20,119). Sum of RGB (Red+Green+Blue) = 220+20+119=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1477 is #23EB88. Grayscale: #5A5A5A. Windows color (decimal): -2354057 or 7804124. OLE color: 7804124.

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

Color convert

RGB 220 20 119 -
CMYK 0 0.91 0.46 0.14
HSL 330.3º 0.83% 0.47% -
HSV(B) 330.3º 0.91% 0.86% -
XYZ 33.1 17.05 19 -
YUV 91.09 143.76 219.95 -
System Red Green Blue C M Y K H S L
Decimal 220 20 119 0 0.91 0.46 0.14 330.3 0.83 0.47
Hex DC 14 77 0 5B 2E E 14A 53 2F
Octal 334 24 167 0 133 56 16 512 123 57
Binary 11011100 10100 1110111 0 1011011 101110 1110 101001010 1010011 101111

Color Harmonies of #DC1477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1477

Black with #DC1477

Text Example


Text Example

White with #DC1477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1477; }

 p { color: rgb(220,20,119); }

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

background-color css

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

 a { background-color: rgb(220,20,119); }

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

border-color css

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

 span { border-color: rgb(220,20,119); }

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