Html Css Color HEX #DC146F Ruby

📋 copy color: '#DC146F'

red 220 ◦ green 20 ◦ blue 111

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

Shades of Ruby #DC146F

Tints of Ruby #DC146F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.7%

 BLUE value IS 111 (43.75% from 255) = 31.62%

R = 62.68%
G = 5.7%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC146F (or 0xDC146F) is known color: Ruby. HEX triplet: DC, 14 and 6F. RGB value is (220,20,111). Sum of RGB (Red+Green+Blue) = 220+20+111=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC146F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC146F is #23EB90. Grayscale: #5A5A5A. Windows color (decimal): -2354065 or 7279836. OLE color: 7279836.

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

Color convert

RGB 220 20 111 -
CMYK 0 0.91 0.50 0.14
HSL 332.7º 0.83% 0.47% -
HSV(B) 332.7º 0.91% 0.86% -
XYZ 32.63 16.86 16.57 -
YUV 90.17 139.76 220.6 -
System Red Green Blue C M Y K H S L
Decimal 220 20 111 0 0.91 0.50 0.14 332.7 0.83 0.47
Hex DC 14 6F 0 5B 32 E 14D 53 2F
Octal 334 24 157 0 133 62 16 515 123 57
Binary 11011100 10100 1101111 0 1011011 110010 1110 101001101 1010011 101111

Color Harmonies of #DC146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC146F

Black with #DC146F

Text Example


Text Example

White with #DC146F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC146F; }

 p { color: rgb(220,20,111); }

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

background-color css

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

 a { background-color: rgb(220,20,111); }

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

border-color css

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

 span { border-color: rgb(220,20,111); }

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