Html Css Color HEX #DC1377 Ruby

📋 copy color: '#DC1377'

red 220 ◦ green 19 ◦ blue 119

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

Shades of Ruby #DC1377

Tints of Ruby #DC1377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.31%

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

R = 61.45%
G = 5.31%
B = 33.24%

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

#DC1377 (or 0xDC1377) is known color: Ruby. HEX triplet: DC, 13 and 77. RGB value is (220,19,119). Sum of RGB (Red+Green+Blue) = 220+19+119=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1377 is #23EC88. Grayscale: #5A5A5A. Windows color (decimal): -2354313 or 7803868. OLE color: 7803868.

HSL color Cylindrical-coordinate representation of color #DC1377: hue angle of 330.15º degrees, saturation: 0.84, 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 #DC1377 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 19 119 -
CMYK 0 0.91 0.46 0.14
HSL 330.15º 0.84% 0.47% -
HSV(B) 330.15º 0.91% 0.86% -
XYZ 33.08 17.01 18.99 -
YUV 90.5 144.09 220.37 -
System Red Green Blue C M Y K H S L
Decimal 220 19 119 0 0.91 0.46 0.14 330.15 0.84 0.47
Hex DC 13 77 0 5B 2E E 14A 54 2F
Octal 334 23 167 0 133 56 16 512 124 57
Binary 11011100 10011 1110111 0 1011011 101110 1110 101001010 1010100 101111

Color Harmonies of #DC1377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1377

Black with #DC1377

Text Example


Text Example

White with #DC1377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1377; }

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

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

background-color css

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

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

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

border-color css

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

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

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