Html Css Color HEX #DC195A Ruby

📋 copy color: '#DC195A'

red 220 ◦ green 25 ◦ blue 90

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

Shades of Ruby #DC195A

Tints of Ruby #DC195A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.87%

R = 65.67%
G = 7.46%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC195A (or 0xDC195A) is known color: Ruby. HEX triplet: DC, 19 and 5A. RGB value is (220,25,90). Sum of RGB (Red+Green+Blue) = 220+25+90=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC195A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC195A is #23E6A5. Grayscale: #5A5A5A. Windows color (decimal): -2352806 or 5904860. OLE color: 5904860.

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

Color convert

RGB 220 25 90 -
CMYK 0 0.89 0.59 0.14
HSL 340º 0.8% 0.48% -
HSV(B) 340º 0.89% 0.86% -
XYZ 31.71 16.65 11.22 -
YUV 90.72 127.6 220.21 -
System Red Green Blue C M Y K H S L
Decimal 220 25 90 0 0.89 0.59 0.14 340 0.8 0.48
Hex DC 19 5A 0 59 3B E 154 50 30
Octal 334 31 132 0 131 73 16 524 120 60
Binary 11011100 11001 1011010 0 1011001 111011 1110 101010100 1010000 110000

Color Harmonies of #DC195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC195A

Black with #DC195A

Text Example


Text Example

White with #DC195A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC195A; }

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

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

background-color css

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

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

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

border-color css

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

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

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