Html Css Color HEX #DE1075 Ruby

📋 copy color: '#DE1075'

red 222 ◦ green 16 ◦ blue 117

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

Shades of Ruby #DE1075

Tints of Ruby #DE1075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.96%

R = 62.54%
G = 4.51%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DE1075 (or 0xDE1075) is known color: Ruby. HEX triplet: DE, 10 and 75. RGB value is (222,16,117). Sum of RGB (Red+Green+Blue) = 222+16+117=355 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.54% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1075 is #21EF8A. Grayscale: #585858. Windows color (decimal): -2224011 or 7672030. OLE color: 7672030.

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

Color convert

RGB 222 16 117 -
CMYK 0 0.93 0.47 0.13
HSL 330.58º 0.87% 0.47% -
HSV(B) 330.58º 0.93% 0.87% -
XYZ 33.52 17.18 18.38 -
YUV 89.11 143.75 222.79 -
System Red Green Blue C M Y K H S L
Decimal 222 16 117 0 0.93 0.47 0.13 330.58 0.87 0.47
Hex DE 10 75 0 5D 2F D 14B 57 2F
Octal 336 20 165 0 135 57 15 513 127 57
Binary 11011110 10000 1110101 0 1011101 101111 1101 101001011 1010111 101111

Color Harmonies of #DE1075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1075

Black with #DE1075

Text Example


Text Example

White with #DE1075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1075; }

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

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

background-color css

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

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

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

border-color css

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

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

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