Html Css Color HEX #DC1376 Ruby

📋 copy color: '#DC1376'

red 220 ◦ green 19 ◦ blue 118

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

Shades of Ruby #DC1376

Tints of Ruby #DC1376

RGB

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

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

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

R = 61.62%
G = 5.32%
B = 33.05%

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

#DC1376 (or 0xDC1376) is known color: Ruby. HEX triplet: DC, 13 and 76. RGB value is (220,19,118). Sum of RGB (Red+Green+Blue) = 220+19+118=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1376 is #23EC89. Grayscale: #5A5A5A. Windows color (decimal): -2354314 or 7738332. OLE color: 7738332.

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

Color convert

RGB 220 19 118 -
CMYK 0 0.91 0.46 0.14
HSL 330.45º 0.84% 0.47% -
HSV(B) 330.45º 0.91% 0.86% -
XYZ 33.02 16.99 18.68 -
YUV 90.39 143.59 220.45 -
System Red Green Blue C M Y K H S L
Decimal 220 19 118 0 0.91 0.46 0.14 330.45 0.84 0.47
Hex DC 13 76 0 5B 2E E 14A 54 2F
Octal 334 23 166 0 133 56 16 512 124 57
Binary 11011100 10011 1110110 0 1011011 101110 1110 101001010 1010100 101111

Color Harmonies of #DC1376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1376

Black with #DC1376

Text Example


Text Example

White with #DC1376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1376; }

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

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

background-color css

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

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

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

border-color css

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

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

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