Html Css Color HEX #DE106A Ruby

📋 copy color: '#DE106A'

red 222 ◦ green 16 ◦ blue 106

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

Shades of Ruby #DE106A

Tints of Ruby #DE106A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.81%

R = 64.53%
G = 4.65%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DE106A (or 0xDE106A) is known color: Ruby. HEX triplet: DE, 10 and 6A. RGB value is (222,16,106). Sum of RGB (Red+Green+Blue) = 222+16+106=344 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.53% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 222 - color contains mainly: red. Hex color #DE106A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE106A is #21EF95. Grayscale: #575757. Windows color (decimal): -2224022 or 6951134. OLE color: 6951134.

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

Color convert

RGB 222 16 106 -
CMYK 0 0.93 0.52 0.13
HSL 333.79º 0.87% 0.47% -
HSV(B) 333.79º 0.93% 0.87% -
XYZ 32.91 16.94 15.17 -
YUV 87.85 138.25 223.68 -
System Red Green Blue C M Y K H S L
Decimal 222 16 106 0 0.93 0.52 0.13 333.79 0.87 0.47
Hex DE 10 6A 0 5D 34 D 14E 57 2F
Octal 336 20 152 0 135 64 15 516 127 57
Binary 11011110 10000 1101010 0 1011101 110100 1101 101001110 1010111 101111

Color Harmonies of #DE106A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE106A

Black with #DE106A

Text Example


Text Example

White with #DE106A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE106A; }

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

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

background-color css

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

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

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

border-color css

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

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

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