Html Css Color HEX #DE0371 Ruby

📋 copy color: '#DE0371'

red 222 ◦ green 3 ◦ blue 113

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

Shades of Ruby #DE0371

Tints of Ruby #DE0371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.89%

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

R = 65.68%
G = 0.89%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DE0371 (or 0xDE0371) is known color: Ruby. HEX triplet: DE, 03 and 71. RGB value is (222,3,113). Sum of RGB (Red+Green+Blue) = 222+3+113=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0371 is #21FC8E. Grayscale: #505050. Windows color (decimal): -2227343 or 7406558. OLE color: 7406558.

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

Color convert

RGB 222 3 113 -
CMYK 0 0.99 0.49 0.13
HSL 329.86º 0.97% 0.44% -
HSV(B) 329.86º 0.99% 0.87% -
XYZ 33.14 16.79 17.12 -
YUV 81.02 146.05 228.56 -
System Red Green Blue C M Y K H S L
Decimal 222 3 113 0 0.99 0.49 0.13 329.86 0.97 0.44
Hex DE 3 71 0 63 31 D 14A 61 2C
Octal 336 3 161 0 143 61 15 512 141 54
Binary 11011110 11 1110001 0 1100011 110001 1101 101001010 1100001 101100

Color Harmonies of #DE0371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0371

Black with #DE0371

Text Example


Text Example

White with #DE0371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0371; }

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

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

background-color css

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

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

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

border-color css

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

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

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