Html Css Color HEX #DE1871 Ruby

📋 copy color: '#DE1871'

red 222 ◦ green 24 ◦ blue 113

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

Shades of Ruby #DE1871

Tints of Ruby #DE1871

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.69%

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

R = 61.84%
G = 6.69%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DE1871 (or 0xDE1871) is known color: Ruby. HEX triplet: DE, 18 and 71. RGB value is (222,24,113). Sum of RGB (Red+Green+Blue) = 222+24+113=359 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.84% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1871 is #21E78E. Grayscale: #5D5D5D. Windows color (decimal): -2221967 or 7411934. OLE color: 7411934.

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

Color convert

RGB 222 24 113 -
CMYK 0 0.89 0.49 0.13
HSL 333.03º 0.8% 0.48% -
HSV(B) 333.03º 0.89% 0.87% -
XYZ 33.43 17.38 17.21 -
YUV 93.35 139.1 219.76 -
System Red Green Blue C M Y K H S L
Decimal 222 24 113 0 0.89 0.49 0.13 333.03 0.8 0.48
Hex DE 18 71 0 59 31 D 14D 50 30
Octal 336 30 161 0 131 61 15 515 120 60
Binary 11011110 11000 1110001 0 1011001 110001 1101 101001101 1010000 110000

Color Harmonies of #DE1871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1871

Black with #DE1871

Text Example


Text Example

White with #DE1871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1871; }

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

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

background-color css

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

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

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

border-color css

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

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

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