Html Css Color HEX #DC1574 Ruby

📋 copy color: '#DC1574'

red 220 ◦ green 21 ◦ blue 116

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

Shades of Ruby #DC1574

Tints of Ruby #DC1574

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.88%

 BLUE value IS 116 (45.7% from 255) = 32.49%

R = 61.62%
G = 5.88%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC1574 (or 0xDC1574) is known color: Ruby. HEX triplet: DC, 15 and 74. RGB value is (220,21,116). Sum of RGB (Red+Green+Blue) = 220+21+116=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1574 is #23EA8B. Grayscale: #5B5B5B. Windows color (decimal): -2353804 or 7607772. OLE color: 7607772.

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

Color convert

RGB 220 21 116 -
CMYK 0 0.90 0.47 0.14
HSL 331.36º 0.83% 0.47% -
HSV(B) 331.36º 0.9% 0.86% -
XYZ 32.94 17.01 18.07 -
YUV 91.33 141.93 219.78 -
System Red Green Blue C M Y K H S L
Decimal 220 21 116 0 0.90 0.47 0.14 331.36 0.83 0.47
Hex DC 15 74 0 5A 2F E 14B 53 2F
Octal 334 25 164 0 132 57 16 513 123 57
Binary 11011100 10101 1110100 0 1011010 101111 1110 101001011 1010011 101111

Color Harmonies of #DC1574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1574

Black with #DC1574

Text Example


Text Example

White with #DC1574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1574; }

 p { color: rgb(220,21,116); }

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

background-color css

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

 a { background-color: rgb(220,21,116); }

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

border-color css

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

 span { border-color: rgb(220,21,116); }

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