Html Css Color HEX #DC145C Ruby

📋 copy color: '#DC145C'

red 220 ◦ green 20 ◦ blue 92

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

Shades of Ruby #DC145C

Tints of Ruby #DC145C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.71%

R = 66.27%
G = 6.02%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC145C (or 0xDC145C) is known color: Ruby. HEX triplet: DC, 14 and 5C. RGB value is (220,20,92). Sum of RGB (Red+Green+Blue) = 220+20+92=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC145C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC145C is #23EBA3. Grayscale: #575757. Windows color (decimal): -2354084 or 6034652. OLE color: 6034652.

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

Color convert

RGB 220 20 92 -
CMYK 0 0.91 0.58 0.14
HSL 338.4º 0.83% 0.47% -
HSV(B) 338.4º 0.91% 0.86% -
XYZ 31.7 16.49 11.64 -
YUV 88.01 130.26 222.15 -
System Red Green Blue C M Y K H S L
Decimal 220 20 92 0 0.91 0.58 0.14 338.4 0.83 0.47
Hex DC 14 5C 0 5B 3A E 152 53 2F
Octal 334 24 134 0 133 72 16 522 123 57
Binary 11011100 10100 1011100 0 1011011 111010 1110 101010010 1010011 101111

Color Harmonies of #DC145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC145C

Black with #DC145C

Text Example


Text Example

White with #DC145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC145C; }

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

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

background-color css

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

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

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

border-color css

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

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

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