Html Css Color HEX #DE156C Ruby

📋 copy color: '#DE156C'

red 222 ◦ green 21 ◦ blue 108

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

Shades of Ruby #DE156C

Tints of Ruby #DE156C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.77%

R = 63.25%
G = 5.98%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DE156C (or 0xDE156C) is known color: Ruby. HEX triplet: DE, 15 and 6C. RGB value is (222,21,108). Sum of RGB (Red+Green+Blue) = 222+21+108=351 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.25% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 222 - color contains mainly: red. Hex color #DE156C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE156C is #21EA93. Grayscale: #5A5A5A. Windows color (decimal): -2222740 or 7083486. OLE color: 7083486.

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

Color convert

RGB 222 21 108 -
CMYK 0 0.91 0.51 0.13
HSL 334.03º 0.83% 0.48% -
HSV(B) 334.03º 0.91% 0.87% -
XYZ 33.1 17.15 15.75 -
YUV 91.02 137.59 221.43 -
System Red Green Blue C M Y K H S L
Decimal 222 21 108 0 0.91 0.51 0.13 334.03 0.83 0.48
Hex DE 15 6C 0 5B 33 D 14E 53 30
Octal 336 25 154 0 133 63 15 516 123 60
Binary 11011110 10101 1101100 0 1011011 110011 1101 101001110 1010011 110000

Color Harmonies of #DE156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE156C

Black with #DE156C

Text Example


Text Example

White with #DE156C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE156C; }

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

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

background-color css

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

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

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

border-color css

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

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

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