Html Css Color HEX #DE106D Ruby

📋 copy color: '#DE106D'

red 222 ◦ green 16 ◦ blue 109

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

Shades of Ruby #DE106D

Tints of Ruby #DE106D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.61%

 BLUE value IS 109 (42.97% from 255) = 31.41%

R = 63.98%
G = 4.61%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DE106D (or 0xDE106D) is known color: Ruby. HEX triplet: DE, 10 and 6D. RGB value is (222,16,109). Sum of RGB (Red+Green+Blue) = 222+16+109=347 (45% of max value = 765). Red value is 222 (87.11% from 255 or 63.98% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 222 - color contains mainly: red. Hex color #DE106D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE106D is #21EF92. Grayscale: #585858. Windows color (decimal): -2224019 or 7147742. OLE color: 7147742.

HSL color Cylindrical-coordinate representation of color #DE106D: hue angle of 332.91º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE106D is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 16 109 -
CMYK 0 0.93 0.51 0.13
HSL 332.91º 0.87% 0.47% -
HSV(B) 332.91º 0.93% 0.87% -
XYZ 33.07 17 16.01 -
YUV 88.2 139.75 223.44 -
System Red Green Blue C M Y K H S L
Decimal 222 16 109 0 0.93 0.51 0.13 332.91 0.87 0.47
Hex DE 10 6D 0 5D 33 D 14D 57 2F
Octal 336 20 155 0 135 63 15 515 127 57
Binary 11011110 10000 1101101 0 1011101 110011 1101 101001101 1010111 101111

Color Harmonies of #DE106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE106D

Black with #DE106D

Text Example


Text Example

White with #DE106D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE106D; }

 p { color: rgb(222,16,109); }

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

background-color css

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

 a { background-color: rgb(222,16,109); }

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

border-color css

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

 span { border-color: rgb(222,16,109); }

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