Html Css Color HEX #DE1253 Ruby

📋 copy color: '#DE1253'

red 222 ◦ green 18 ◦ blue 83

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

Shades of Ruby #DE1253

Tints of Ruby #DE1253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.7%

R = 68.73%
G = 5.57%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DE1253 (or 0xDE1253) is known color: Ruby. HEX triplet: DE, 12 and 53. RGB value is (222,18,83). Sum of RGB (Red+Green+Blue) = 222+18+83=323 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.73% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1253 is #21EDAC. Grayscale: #565656. Windows color (decimal): -2223533 or 5444318. OLE color: 5444318.

HSL color Cylindrical-coordinate representation of color #DE1253: hue angle of 340.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 #DE1253 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 18 83 -
CMYK 0 0.92 0.63 0.13
HSL 340.88º 0.85% 0.47% -
HSV(B) 340.88º 0.92% 0.87% -
XYZ 31.9 16.59 9.7 -
YUV 86.41 126.09 224.71 -
System Red Green Blue C M Y K H S L
Decimal 222 18 83 0 0.92 0.63 0.13 340.88 0.85 0.47
Hex DE 12 53 0 5C 3F D 155 55 2F
Octal 336 22 123 0 134 77 15 525 125 57
Binary 11011110 10010 1010011 0 1011100 111111 1101 101010101 1010101 101111

Color Harmonies of #DE1253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1253

Black with #DE1253

Text Example


Text Example

White with #DE1253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1253; }

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

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

background-color css

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

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

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

border-color css

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

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

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