Html Css Color HEX #DF195B Ruby

📋 copy color: '#DF195B'

red 223 ◦ green 25 ◦ blue 91

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

Shades of Ruby #DF195B

Tints of Ruby #DF195B

RGB

 RED value IS 223 (87.5% from 255) = 65.78%

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

 BLUE value IS 91 (35.94% from 255) = 26.84%

R = 65.78%
G = 7.37%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF195B (or 0xDF195B) is known color: Ruby. HEX triplet: DF, 19 and 5B. RGB value is (223,25,91). Sum of RGB (Red+Green+Blue) = 223+25+91=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF195B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF195B is #20E6A4. Grayscale: #5B5B5B. Windows color (decimal): -2156197 or 5970399. OLE color: 5970399.

HSL color Cylindrical-coordinate representation of color #DF195B: hue angle of 340º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF195B is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 25 91 -
CMYK 0 0.89 0.59 0.13
HSL 340º 0.8% 0.49% -
HSV(B) 340º 0.89% 0.87% -
XYZ 32.67 17.14 11.48 -
YUV 91.73 127.6 221.63 -
System Red Green Blue C M Y K H S L
Decimal 223 25 91 0 0.89 0.59 0.13 340 0.8 0.49
Hex DF 19 5B 0 59 3B D 154 50 31
Octal 337 31 133 0 131 73 15 524 120 61
Binary 11011111 11001 1011011 0 1011001 111011 1101 101010100 1010000 110001

Color Harmonies of #DF195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF195B

Black with #DF195B

Text Example


Text Example

White with #DF195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF195B; }

 p { color: rgb(223,25,91); }

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

background-color css

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

 a { background-color: rgb(223,25,91); }

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

border-color css

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

 span { border-color: rgb(223,25,91); }

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