Html Css Color HEX #DC195E Ruby

📋 copy color: '#DC195E'

red 220 ◦ green 25 ◦ blue 94

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

Shades of Ruby #DC195E

Tints of Ruby #DC195E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.37%

 BLUE value IS 94 (37.11% from 255) = 27.73%

R = 64.9%
G = 7.37%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC195E (or 0xDC195E) is known color: Ruby. HEX triplet: DC, 19 and 5E. RGB value is (220,25,94). Sum of RGB (Red+Green+Blue) = 220+25+94=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC195E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC195E is #23E6A1. Grayscale: #5B5B5B. Windows color (decimal): -2352802 or 6167004. OLE color: 6167004.

HSL color Cylindrical-coordinate representation of color #DC195E: hue angle of 338.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC195E is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 25 94 -
CMYK 0 0.89 0.57 0.14
HSL 338.77º 0.8% 0.48% -
HSV(B) 338.77º 0.89% 0.86% -
XYZ 31.88 16.72 12.14 -
YUV 91.17 129.6 219.89 -
System Red Green Blue C M Y K H S L
Decimal 220 25 94 0 0.89 0.57 0.14 338.77 0.8 0.48
Hex DC 19 5E 0 59 39 E 153 50 30
Octal 334 31 136 0 131 71 16 523 120 60
Binary 11011100 11001 1011110 0 1011001 111001 1110 101010011 1010000 110000

Color Harmonies of #DC195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC195E

Black with #DC195E

Text Example


Text Example

White with #DC195E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC195E; }

 p { color: rgb(220,25,94); }

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

background-color css

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

 a { background-color: rgb(220,25,94); }

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

border-color css

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

 span { border-color: rgb(220,25,94); }

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