Html Css Color HEX #DE0374 Ruby

📋 copy color: '#DE0374'

red 222 ◦ green 3 ◦ blue 116

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

Shades of Ruby #DE0374

Tints of Ruby #DE0374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.02%

R = 65.1%
G = 0.88%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DE0374 (or 0xDE0374) is known color: Ruby. HEX triplet: DE, 03 and 74. RGB value is (222,3,116). Sum of RGB (Red+Green+Blue) = 222+3+116=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0374 is #21FC8B. Grayscale: #515151. Windows color (decimal): -2227340 or 7603166. OLE color: 7603166.

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

Color convert

RGB 222 3 116 -
CMYK 0 0.99 0.48 0.13
HSL 329.04º 0.97% 0.44% -
HSV(B) 329.04º 0.99% 0.87% -
XYZ 33.31 16.86 18.02 -
YUV 81.36 147.55 228.31 -
System Red Green Blue C M Y K H S L
Decimal 222 3 116 0 0.99 0.48 0.13 329.04 0.97 0.44
Hex DE 3 74 0 63 30 D 149 61 2C
Octal 336 3 164 0 143 60 15 511 141 54
Binary 11011110 11 1110100 0 1100011 110000 1101 101001001 1100001 101100

Color Harmonies of #DE0374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0374

Black with #DE0374

Text Example


Text Example

White with #DE0374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0374; }

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

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

background-color css

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

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

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

border-color css

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

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

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