Html Css Color HEX #DC1B57 Ruby

📋 copy color: '#DC1B57'

red 220 ◦ green 27 ◦ blue 87

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

Shades of Ruby #DC1B57

Tints of Ruby #DC1B57

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.08%

 BLUE value IS 87 (34.38% from 255) = 26.05%

R = 65.87%
G = 8.08%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC1B57 (or 0xDC1B57) is known color: Ruby. HEX triplet: DC, 1B and 57. RGB value is (220,27,87). Sum of RGB (Red+Green+Blue) = 220+27+87=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 27 (10.94% from 255 or 8.08% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1B57 is #23E4A8. Grayscale: #5B5B5B. Windows color (decimal): -2352297 or 5708764. OLE color: 5708764.

HSL color Cylindrical-coordinate representation of color #DC1B57: hue angle of 341.35º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1B57 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 27 87 -
CMYK 0 0.88 0.60 0.14
HSL 341.35º 0.78% 0.48% -
HSV(B) 341.35º 0.88% 0.86% -
XYZ 31.63 16.69 10.57 -
YUV 91.55 125.44 219.62 -
System Red Green Blue C M Y K H S L
Decimal 220 27 87 0 0.88 0.60 0.14 341.35 0.78 0.48
Hex DC 1B 57 0 58 3C E 155 4E 30
Octal 334 33 127 0 130 74 16 525 116 60
Binary 11011100 11011 1010111 0 1011000 111100 1110 101010101 1001110 110000

Color Harmonies of #DC1B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1B57

Black with #DC1B57

Text Example


Text Example

White with #DC1B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1B57; }

 p { color: rgb(220,27,87); }

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

background-color css

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

 a { background-color: rgb(220,27,87); }

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

border-color css

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

 span { border-color: rgb(220,27,87); }

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