Html Css Color HEX #DE0F6F Ruby

📋 copy color: '#DE0F6F'

red 222 ◦ green 15 ◦ blue 111

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

Shades of Ruby #DE0F6F

Tints of Ruby #DE0F6F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.31%

 BLUE value IS 111 (43.75% from 255) = 31.9%

R = 63.79%
G = 4.31%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.5

 K value IS 0.13

RGB Variations

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

Color information

#DE0F6F (or 0xDE0F6F) is known color: Ruby. HEX triplet: DE, 0F and 6F. RGB value is (222,15,111). Sum of RGB (Red+Green+Blue) = 222+15+111=348 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.79% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0F6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0F6F is #21F090. Grayscale: #575757. Windows color (decimal): -2224273 or 7278558. OLE color: 7278558.

HSL color Cylindrical-coordinate representation of color #DE0F6F: hue angle of 332.17º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE0F6F is Cyan = 0, Magento = 0.93, Yellow = 0.5 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 15 111 -
CMYK 0 0.93 0.5 0.13
HSL 332.17º 0.87% 0.46% -
HSV(B) 332.17º 0.93% 0.87% -
XYZ 33.16 17.02 16.58 -
YUV 87.84 141.08 223.69 -
System Red Green Blue C M Y K H S L
Decimal 222 15 111 0 0.93 0.5 0.13 332.17 0.87 0.46
Hex DE F 6F 0 5D 32 D 14C 57 2E
Octal 336 17 157 0 135 62 15 514 127 56
Binary 11011110 1111 1101111 0 1011101 110010 1101 101001100 1010111 101110

Color Harmonies of #DE0F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0F6F

Black with #DE0F6F

Text Example


Text Example

White with #DE0F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0F6F; }

 p { color: rgb(222,15,111); }

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

background-color css

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

 a { background-color: rgb(222,15,111); }

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

border-color css

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

 span { border-color: rgb(222,15,111); }

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