Html Css Color HEX #DE165A Ruby

📋 copy color: '#DE165A'

red 222 ◦ green 22 ◦ blue 90

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

Shades of Ruby #DE165A

Tints of Ruby #DE165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.59%

 BLUE value IS 90 (35.55% from 255) = 26.95%

R = 66.47%
G = 6.59%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE165A (or 0xDE165A) is known color: Ruby. HEX triplet: DE, 16 and 5A. RGB value is (222,22,90). Sum of RGB (Red+Green+Blue) = 222+22+90=334 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.47% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 222 - color contains mainly: red. Hex color #DE165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE165A is #21E9A5. Grayscale: #595959. Windows color (decimal): -2222502 or 5904094. OLE color: 5904094.

HSL color Cylindrical-coordinate representation of color #DE165A: hue angle of 339.6º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE165A is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 22 90 -
CMYK 0 0.90 0.59 0.13
HSL 339.6º 0.82% 0.48% -
HSV(B) 339.6º 0.9% 0.87% -
XYZ 32.26 16.84 11.22 -
YUV 89.55 128.26 222.47 -
System Red Green Blue C M Y K H S L
Decimal 222 22 90 0 0.90 0.59 0.13 339.6 0.82 0.48
Hex DE 16 5A 0 5A 3B D 154 52 30
Octal 336 26 132 0 132 73 15 524 122 60
Binary 11011110 10110 1011010 0 1011010 111011 1101 101010100 1010010 110000

Color Harmonies of #DE165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE165A

Black with #DE165A

Text Example


Text Example

White with #DE165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE165A; }

 p { color: rgb(222,22,90); }

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

background-color css

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

 a { background-color: rgb(222,22,90); }

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

border-color css

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

 span { border-color: rgb(222,22,90); }

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