Html Css Color HEX #DC1B6E Ruby

📋 copy color: '#DC1B6E'

red 220 ◦ green 27 ◦ blue 110

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

Shades of Ruby #DC1B6E

Tints of Ruby #DC1B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.81%

R = 61.62%
G = 7.56%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC1B6E (or 0xDC1B6E) is known color: Ruby. HEX triplet: DC, 1B and 6E. RGB value is (220,27,110). Sum of RGB (Red+Green+Blue) = 220+27+110=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 27 (10.94% from 255 or 7.56% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1B6E is #23E491. Grayscale: #5E5E5E. Windows color (decimal): -2352274 or 7216092. OLE color: 7216092.

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

Color convert

RGB 220 27 110 -
CMYK 0 0.88 0.50 0.14
HSL 334.2º 0.78% 0.48% -
HSV(B) 334.2º 0.88% 0.86% -
XYZ 32.72 17.13 16.33 -
YUV 94.17 136.94 217.75 -
System Red Green Blue C M Y K H S L
Decimal 220 27 110 0 0.88 0.50 0.14 334.2 0.78 0.48
Hex DC 1B 6E 0 58 32 E 14E 4E 30
Octal 334 33 156 0 130 62 16 516 116 60
Binary 11011100 11011 1101110 0 1011000 110010 1110 101001110 1001110 110000

Color Harmonies of #DC1B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1B6E

Black with #DC1B6E

Text Example


Text Example

White with #DC1B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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