Html Css Color HEX #DE215F Ruby

📋 copy color: '#DE215F'

red 222 ◦ green 33 ◦ blue 95

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

Shades of Ruby #DE215F

Tints of Ruby #DE215F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.14%

R = 63.43%
G = 9.43%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DE215F (or 0xDE215F) is known color: Ruby. HEX triplet: DE, 21 and 5F. RGB value is (222,33,95). Sum of RGB (Red+Green+Blue) = 222+33+95=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE215F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE215F is #21DEA0. Grayscale: #606060. Windows color (decimal): -2219681 or 6234590. OLE color: 6234590.

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

Color convert

RGB 222 33 95 -
CMYK 0 0.85 0.57 0.13
HSL 340.32º 0.74% 0.5% -
HSV(B) 340.32º 0.85% 0.87% -
XYZ 32.73 17.44 12.47 -
YUV 96.58 127.12 217.46 -
System Red Green Blue C M Y K H S L
Decimal 222 33 95 0 0.85 0.57 0.13 340.32 0.74 0.5
Hex DE 21 5F 0 55 39 D 154 4A 32
Octal 336 41 137 0 125 71 15 524 112 62
Binary 11011110 100001 1011111 0 1010101 111001 1101 101010100 1001010 110010

Color Harmonies of #DE215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE215F

Black with #DE215F

Text Example


Text Example

White with #DE215F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE215F; }

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

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

background-color css

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

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

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

border-color css

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

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

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