Html Css Color HEX #DE215E Ruby

📋 copy color: '#DE215E'

red 222 ◦ green 33 ◦ blue 94

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

Shades of Ruby #DE215E

Tints of Ruby #DE215E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.46%

 BLUE value IS 94 (37.11% from 255) = 26.93%

R = 63.61%
G = 9.46%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE215E (or 0xDE215E) is known color: Ruby. HEX triplet: DE, 21 and 5E. RGB value is (222,33,94). Sum of RGB (Red+Green+Blue) = 222+33+94=349 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.61% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 222 - color contains mainly: red. Hex color #DE215E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE215E is #21DEA1. Grayscale: #606060. Windows color (decimal): -2219682 or 6169054. OLE color: 6169054.

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

Color convert

RGB 222 33 94 -
CMYK 0 0.85 0.58 0.13
HSL 340.63º 0.74% 0.5% -
HSV(B) 340.63º 0.85% 0.87% -
XYZ 32.69 17.43 12.23 -
YUV 96.47 126.62 217.54 -
System Red Green Blue C M Y K H S L
Decimal 222 33 94 0 0.85 0.58 0.13 340.63 0.74 0.5
Hex DE 21 5E 0 55 3A D 155 4A 32
Octal 336 41 136 0 125 72 15 525 112 62
Binary 11011110 100001 1011110 0 1010101 111010 1101 101010101 1001010 110010

Color Harmonies of #DE215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE215E

Black with #DE215E

Text Example


Text Example

White with #DE215E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE215E; }

 p { color: rgb(222,33,94); }

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

background-color css

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

 a { background-color: rgb(222,33,94); }

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

border-color css

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

 span { border-color: rgb(222,33,94); }

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