Html Css Color HEX #DE1071 Ruby

📋 copy color: '#DE1071'

red 222 ◦ green 16 ◦ blue 113

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

Shades of Ruby #DE1071

Tints of Ruby #DE1071

RGB

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

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

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

R = 63.25%
G = 4.56%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DE1071 (or 0xDE1071) is known color: Ruby. HEX triplet: DE, 10 and 71. RGB value is (222,16,113). Sum of RGB (Red+Green+Blue) = 222+16+113=351 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.25% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1071 is #21EF8E. Grayscale: #585858. Windows color (decimal): -2224015 or 7409886. OLE color: 7409886.

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

Color convert

RGB 222 16 113 -
CMYK 0 0.93 0.49 0.13
HSL 331.75º 0.87% 0.47% -
HSV(B) 331.75º 0.93% 0.87% -
XYZ 33.29 17.09 17.17 -
YUV 88.65 141.75 223.11 -
System Red Green Blue C M Y K H S L
Decimal 222 16 113 0 0.93 0.49 0.13 331.75 0.87 0.47
Hex DE 10 71 0 5D 31 D 14C 57 2F
Octal 336 20 161 0 135 61 15 514 127 57
Binary 11011110 10000 1110001 0 1011101 110001 1101 101001100 1010111 101111

Color Harmonies of #DE1071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1071

Black with #DE1071

Text Example


Text Example

White with #DE1071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1071; }

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

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

background-color css

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

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

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

border-color css

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

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

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