Html Css Color HEX #DE1275 Ruby

📋 copy color: '#DE1275'

red 222 ◦ green 18 ◦ blue 117

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

Shades of Ruby #DE1275

Tints of Ruby #DE1275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.04%

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

R = 62.18%
G = 5.04%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DE1275 (or 0xDE1275) is known color: Ruby. HEX triplet: DE, 12 and 75. RGB value is (222,18,117). Sum of RGB (Red+Green+Blue) = 222+18+117=357 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.18% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1275 is #21ED8A. Grayscale: #5A5A5A. Windows color (decimal): -2223499 or 7672542. OLE color: 7672542.

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

Color convert

RGB 222 18 117 -
CMYK 0 0.92 0.47 0.13
HSL 330.88º 0.85% 0.47% -
HSV(B) 330.88º 0.92% 0.87% -
XYZ 33.55 17.25 18.39 -
YUV 90.28 143.09 221.95 -
System Red Green Blue C M Y K H S L
Decimal 222 18 117 0 0.92 0.47 0.13 330.88 0.85 0.47
Hex DE 12 75 0 5C 2F D 14B 55 2F
Octal 336 22 165 0 134 57 15 513 125 57
Binary 11011110 10010 1110101 0 1011100 101111 1101 101001011 1010101 101111

Color Harmonies of #DE1275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1275

Black with #DE1275

Text Example


Text Example

White with #DE1275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1275; }

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

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

background-color css

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

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

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

border-color css

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

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

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