Html Css Color HEX #DC145F Ruby

📋 copy color: '#DC145F'

red 220 ◦ green 20 ◦ blue 95

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

Shades of Ruby #DC145F

Tints of Ruby #DC145F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.36%

R = 65.67%
G = 5.97%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC145F (or 0xDC145F) is known color: Ruby. HEX triplet: DC, 14 and 5F. RGB value is (220,20,95). Sum of RGB (Red+Green+Blue) = 220+20+95=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC145F is #23EBA0. Grayscale: #585858. Windows color (decimal): -2354081 or 6231260. OLE color: 6231260.

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

Color convert

RGB 220 20 95 -
CMYK 0 0.91 0.57 0.14
HSL 337.5º 0.83% 0.47% -
HSV(B) 337.5º 0.91% 0.86% -
XYZ 31.83 16.54 12.34 -
YUV 88.35 131.76 221.9 -
System Red Green Blue C M Y K H S L
Decimal 220 20 95 0 0.91 0.57 0.14 337.5 0.83 0.47
Hex DC 14 5F 0 5B 39 E 152 53 2F
Octal 334 24 137 0 133 71 16 522 123 57
Binary 11011100 10100 1011111 0 1011011 111001 1110 101010010 1010011 101111

Color Harmonies of #DC145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC145F

Black with #DC145F

Text Example


Text Example

White with #DC145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC145F; }

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

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

background-color css

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

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

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

border-color css

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

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

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