Html Css Color HEX #DC1575 Ruby

📋 copy color: '#DC1575'

red 220 ◦ green 21 ◦ blue 117

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

Shades of Ruby #DC1575

Tints of Ruby #DC1575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.68%

R = 61.45%
G = 5.87%
B = 32.68%

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

#DC1575 (or 0xDC1575) is known color: Ruby. HEX triplet: DC, 15 and 75. RGB value is (220,21,117). Sum of RGB (Red+Green+Blue) = 220+21+117=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1575 is #23EA8A. Grayscale: #5B5B5B. Windows color (decimal): -2353803 or 7673308. OLE color: 7673308.

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

Color convert

RGB 220 21 117 -
CMYK 0 0.90 0.47 0.14
HSL 331.06º 0.83% 0.47% -
HSV(B) 331.06º 0.9% 0.86% -
XYZ 32.99 17.04 18.38 -
YUV 91.45 142.43 219.69 -
System Red Green Blue C M Y K H S L
Decimal 220 21 117 0 0.90 0.47 0.14 331.06 0.83 0.47
Hex DC 15 75 0 5A 2F E 14B 53 2F
Octal 334 25 165 0 132 57 16 513 123 57
Binary 11011100 10101 1110101 0 1011010 101111 1110 101001011 1010011 101111

Color Harmonies of #DC1575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1575

Black with #DC1575

Text Example


Text Example

White with #DC1575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1575; }

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

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

background-color css

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

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

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

border-color css

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

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

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