Html Css Color HEX #DE156F Ruby

📋 copy color: '#DE156F'

red 222 ◦ green 21 ◦ blue 111

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

Shades of Ruby #DE156F

Tints of Ruby #DE156F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.93%

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

R = 62.71%
G = 5.93%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.5

 K value IS 0.13

RGB Variations

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

Color information

#DE156F (or 0xDE156F) is known color: Ruby. HEX triplet: DE, 15 and 6F. RGB value is (222,21,111). Sum of RGB (Red+Green+Blue) = 222+21+111=354 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.71% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 222 - color contains mainly: red. Hex color #DE156F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE156F is #21EA90. Grayscale: #5B5B5B. Windows color (decimal): -2222737 or 7280094. OLE color: 7280094.

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

Color convert

RGB 222 21 111 -
CMYK 0 0.91 0.5 0.13
HSL 333.13º 0.83% 0.48% -
HSV(B) 333.13º 0.91% 0.87% -
XYZ 33.26 17.21 16.61 -
YUV 91.36 139.09 221.18 -
System Red Green Blue C M Y K H S L
Decimal 222 21 111 0 0.91 0.5 0.13 333.13 0.83 0.48
Hex DE 15 6F 0 5B 32 D 14D 53 30
Octal 336 25 157 0 133 62 15 515 123 60
Binary 11011110 10101 1101111 0 1011011 110010 1101 101001101 1010011 110000

Color Harmonies of #DE156F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE156F

Black with #DE156F

Text Example


Text Example

White with #DE156F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE156F; }

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

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

background-color css

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

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

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

border-color css

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

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

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