Html Css Color HEX #DF196C Ruby

📋 copy color: '#DF196C'

red 223 ◦ green 25 ◦ blue 108

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

Shades of Ruby #DF196C

Tints of Ruby #DF196C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.34%

R = 62.64%
G = 7.02%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF196C (or 0xDF196C) is known color: Ruby. HEX triplet: DF, 19 and 6C. RGB value is (223,25,108). Sum of RGB (Red+Green+Blue) = 223+25+108=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF196C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF196C is #20E693. Grayscale: #5D5D5D. Windows color (decimal): -2156180 or 7084511. OLE color: 7084511.

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

Color convert

RGB 223 25 108 -
CMYK 0 0.89 0.52 0.13
HSL 334.85º 0.8% 0.49% -
HSV(B) 334.85º 0.89% 0.87% -
XYZ 33.49 17.47 15.79 -
YUV 93.66 136.1 220.25 -
System Red Green Blue C M Y K H S L
Decimal 223 25 108 0 0.89 0.52 0.13 334.85 0.8 0.49
Hex DF 19 6C 0 59 34 D 14F 50 31
Octal 337 31 154 0 131 64 15 517 120 61
Binary 11011111 11001 1101100 0 1011001 110100 1101 101001111 1010000 110001

Color Harmonies of #DF196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF196C

Black with #DF196C

Text Example


Text Example

White with #DF196C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF196C; }

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

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

background-color css

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

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

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

border-color css

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

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

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