Html Css Color HEX #DE1069 Ruby

📋 copy color: '#DE1069'

red 222 ◦ green 16 ◦ blue 105

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

Shades of Ruby #DE1069

Tints of Ruby #DE1069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.61%

R = 64.72%
G = 4.66%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DE1069 (or 0xDE1069) is known color: Ruby. HEX triplet: DE, 10 and 69. RGB value is (222,16,105). Sum of RGB (Red+Green+Blue) = 222+16+105=343 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.72% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1069 is #21EF96. Grayscale: #575757. Windows color (decimal): -2224023 or 6885598. OLE color: 6885598.

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

Color convert

RGB 222 16 105 -
CMYK 0 0.93 0.53 0.13
HSL 334.08º 0.87% 0.47% -
HSV(B) 334.08º 0.93% 0.87% -
XYZ 32.86 16.92 14.9 -
YUV 87.74 137.75 223.76 -
System Red Green Blue C M Y K H S L
Decimal 222 16 105 0 0.93 0.53 0.13 334.08 0.87 0.47
Hex DE 10 69 0 5D 35 D 14E 57 2F
Octal 336 20 151 0 135 65 15 516 127 57
Binary 11011110 10000 1101001 0 1011101 110101 1101 101001110 1010111 101111

Color Harmonies of #DE1069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1069

Black with #DE1069

Text Example


Text Example

White with #DE1069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1069; }

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

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

background-color css

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

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

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

border-color css

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

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

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