Html Css Color HEX #DE196F Ruby

📋 copy color: '#DE196F'

red 222 ◦ green 25 ◦ blue 111

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

Shades of Ruby #DE196F

Tints of Ruby #DE196F

RGB

 RED value IS 222 (87.11% from 255) = 62.01%

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

 BLUE value IS 111 (43.75% from 255) = 31.01%

R = 62.01%
G = 6.98%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.5

 K value IS 0.13

RGB Variations

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

Color information

#DE196F (or 0xDE196F) is known color: Ruby. HEX triplet: DE, 19 and 6F. RGB value is (222,25,111). Sum of RGB (Red+Green+Blue) = 222+25+111=358 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.01% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 222 - color contains mainly: red. Hex color #DE196F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE196F is #21E690. Grayscale: #5D5D5D. Windows color (decimal): -2221713 or 7281118. OLE color: 7281118.

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

Color convert

RGB 222 25 111 -
CMYK 0 0.89 0.5 0.13
HSL 333.81º 0.8% 0.48% -
HSV(B) 333.81º 0.89% 0.87% -
XYZ 33.34 17.37 16.63 -
YUV 93.71 137.77 219.51 -
System Red Green Blue C M Y K H S L
Decimal 222 25 111 0 0.89 0.5 0.13 333.81 0.8 0.48
Hex DE 19 6F 0 59 32 D 14E 50 30
Octal 336 31 157 0 131 62 15 516 120 60
Binary 11011110 11001 1101111 0 1011001 110010 1101 101001110 1010000 110000

Color Harmonies of #DE196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE196F

Black with #DE196F

Text Example


Text Example

White with #DE196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE196F; }

 p { color: rgb(222,25,111); }

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

background-color css

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

 a { background-color: rgb(222,25,111); }

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

border-color css

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

 span { border-color: rgb(222,25,111); }

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