Html Css Color HEX #DF195E Ruby

📋 copy color: '#DF195E'

red 223 ◦ green 25 ◦ blue 94

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

Shades of Ruby #DF195E

Tints of Ruby #DF195E

RGB

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

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

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

R = 65.2%
G = 7.31%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF195E (or 0xDF195E) is known color: Ruby. HEX triplet: DF, 19 and 5E. RGB value is (223,25,94). Sum of RGB (Red+Green+Blue) = 223+25+94=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF195E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF195E is #20E6A1. Grayscale: #5B5B5B. Windows color (decimal): -2156194 or 6167007. OLE color: 6167007.

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

Color convert

RGB 223 25 94 -
CMYK 0 0.89 0.58 0.13
HSL 339.09º 0.8% 0.49% -
HSV(B) 339.09º 0.89% 0.87% -
XYZ 32.8 17.19 12.18 -
YUV 92.07 129.1 221.39 -
System Red Green Blue C M Y K H S L
Decimal 223 25 94 0 0.89 0.58 0.13 339.09 0.8 0.49
Hex DF 19 5E 0 59 3A D 153 50 31
Octal 337 31 136 0 131 72 15 523 120 61
Binary 11011111 11001 1011110 0 1011001 111010 1101 101010011 1010000 110001

Color Harmonies of #DF195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF195E

Black with #DF195E

Text Example


Text Example

White with #DF195E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF195E; }

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

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

background-color css

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

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

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

border-color css

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

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

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