Html Css Color HEX #DC1B5D Ruby

📋 copy color: '#DC1B5D'

red 220 ◦ green 27 ◦ blue 93

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

Shades of Ruby #DC1B5D

Tints of Ruby #DC1B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.35%

R = 64.71%
G = 7.94%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC1B5D (or 0xDC1B5D) is known color: Ruby. HEX triplet: DC, 1B and 5D. RGB value is (220,27,93). Sum of RGB (Red+Green+Blue) = 220+27+93=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 27 (10.94% from 255 or 7.94% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1B5D is #23E4A2. Grayscale: #5C5C5C. Windows color (decimal): -2352291 or 6101980. OLE color: 6101980.

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

Color convert

RGB 220 27 93 -
CMYK 0 0.88 0.58 0.14
HSL 339.48º 0.78% 0.48% -
HSV(B) 339.48º 0.88% 0.86% -
XYZ 31.88 16.79 11.92 -
YUV 92.23 128.44 219.13 -
System Red Green Blue C M Y K H S L
Decimal 220 27 93 0 0.88 0.58 0.14 339.48 0.78 0.48
Hex DC 1B 5D 0 58 3A E 153 4E 30
Octal 334 33 135 0 130 72 16 523 116 60
Binary 11011100 11011 1011101 0 1011000 111010 1110 101010011 1001110 110000

Color Harmonies of #DC1B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1B5D

Black with #DC1B5D

Text Example


Text Example

White with #DC1B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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