Html Css Color HEX #DE1371 Ruby

📋 copy color: '#DE1371'

red 222 ◦ green 19 ◦ blue 113

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

Shades of Ruby #DE1371

Tints of Ruby #DE1371

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.37%

 BLUE value IS 113 (44.53% from 255) = 31.92%

R = 62.71%
G = 5.37%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DE1371 (or 0xDE1371) is known color: Ruby. HEX triplet: DE, 13 and 71. RGB value is (222,19,113). Sum of RGB (Red+Green+Blue) = 222+19+113=354 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.71% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1371 is #21EC8E. Grayscale: #5A5A5A. Windows color (decimal): -2223247 or 7410654. OLE color: 7410654.

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

Color convert

RGB 222 19 113 -
CMYK 0 0.91 0.49 0.13
HSL 332.22º 0.84% 0.47% -
HSV(B) 332.22º 0.91% 0.87% -
XYZ 33.34 17.19 17.18 -
YUV 90.41 140.75 221.86 -
System Red Green Blue C M Y K H S L
Decimal 222 19 113 0 0.91 0.49 0.13 332.22 0.84 0.47
Hex DE 13 71 0 5B 31 D 14C 54 2F
Octal 336 23 161 0 133 61 15 514 124 57
Binary 11011110 10011 1110001 0 1011011 110001 1101 101001100 1010100 101111

Color Harmonies of #DE1371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1371

Black with #DE1371

Text Example


Text Example

White with #DE1371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1371; }

 p { color: rgb(222,19,113); }

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

background-color css

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

 a { background-color: rgb(222,19,113); }

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

border-color css

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

 span { border-color: rgb(222,19,113); }

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