Html Css Color HEX #DE195D Ruby

📋 copy color: '#DE195D'

red 222 ◦ green 25 ◦ blue 93

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

Shades of Ruby #DE195D

Tints of Ruby #DE195D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.35%

R = 65.29%
G = 7.35%
B = 27.35%

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

#DE195D (or 0xDE195D) is known color: Ruby. HEX triplet: DE, 19 and 5D. RGB value is (222,25,93). Sum of RGB (Red+Green+Blue) = 222+25+93=340 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.29% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 222 - color contains mainly: red. Hex color #DE195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE195D is #21E6A2. Grayscale: #5B5B5B. Windows color (decimal): -2221731 or 6101470. OLE color: 6101470.

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

Color convert

RGB 222 25 93 -
CMYK 0 0.89 0.58 0.13
HSL 339.29º 0.8% 0.48% -
HSV(B) 339.29º 0.89% 0.87% -
XYZ 32.45 17.02 11.93 -
YUV 91.66 128.77 220.97 -
System Red Green Blue C M Y K H S L
Decimal 222 25 93 0 0.89 0.58 0.13 339.29 0.8 0.48
Hex DE 19 5D 0 59 3A D 153 50 30
Octal 336 31 135 0 131 72 15 523 120 60
Binary 11011110 11001 1011101 0 1011001 111010 1101 101010011 1010000 110000

Color Harmonies of #DE195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE195D

Black with #DE195D

Text Example


Text Example

White with #DE195D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE195D; }

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

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

background-color css

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

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

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

border-color css

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

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

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