Html Css Color HEX #DC146D Ruby

📋 copy color: '#DC146D'

red 220 ◦ green 20 ◦ blue 109

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

Shades of Ruby #DC146D

Tints of Ruby #DC146D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.23%

R = 63.04%
G = 5.73%
B = 31.23%

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

#DC146D (or 0xDC146D) is known color: Ruby. HEX triplet: DC, 14 and 6D. RGB value is (220,20,109). Sum of RGB (Red+Green+Blue) = 220+20+109=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC146D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC146D is #23EB92. Grayscale: #595959. Windows color (decimal): -2354067 or 7148764. OLE color: 7148764.

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

Color convert

RGB 220 20 109 -
CMYK 0 0.91 0.50 0.14
HSL 333.3º 0.83% 0.47% -
HSV(B) 333.3º 0.91% 0.86% -
XYZ 32.53 16.82 16 -
YUV 89.95 138.76 220.76 -
System Red Green Blue C M Y K H S L
Decimal 220 20 109 0 0.91 0.50 0.14 333.3 0.83 0.47
Hex DC 14 6D 0 5B 32 E 14D 53 2F
Octal 334 24 155 0 133 62 16 515 123 57
Binary 11011100 10100 1101101 0 1011011 110010 1110 101001101 1010011 101111

Color Harmonies of #DC146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC146D

Black with #DC146D

Text Example


Text Example

White with #DC146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC146D; }

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

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

background-color css

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

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

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

border-color css

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

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

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