Html Css Color HEX #DF156D Ruby

📋 copy color: '#DF156D'

red 223 ◦ green 21 ◦ blue 109

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

Shades of Ruby #DF156D

Tints of Ruby #DF156D

RGB

 RED value IS 223 (87.5% from 255) = 63.17%

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

 BLUE value IS 109 (42.97% from 255) = 30.88%

R = 63.17%
G = 5.95%
B = 30.88%

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

#DF156D (or 0xDF156D) is known color: Ruby. HEX triplet: DF, 15 and 6D. RGB value is (223,21,109). Sum of RGB (Red+Green+Blue) = 223+21+109=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF156D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF156D is #20EA92. Grayscale: #5B5B5B. Windows color (decimal): -2157203 or 7149023. OLE color: 7149023.

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

Color convert

RGB 223 21 109 -
CMYK 0 0.91 0.51 0.13
HSL 333.86º 0.83% 0.48% -
HSV(B) 333.86º 0.91% 0.87% -
XYZ 33.46 17.33 16.05 -
YUV 91.43 137.92 221.84 -
System Red Green Blue C M Y K H S L
Decimal 223 21 109 0 0.91 0.51 0.13 333.86 0.83 0.48
Hex DF 15 6D 0 5B 33 D 14E 53 30
Octal 337 25 155 0 133 63 15 516 123 60
Binary 11011111 10101 1101101 0 1011011 110011 1101 101001110 1010011 110000

Color Harmonies of #DF156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF156D

Black with #DF156D

Text Example


Text Example

White with #DF156D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF156D; }

 p { color: rgb(223,21,109); }

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

background-color css

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

 a { background-color: rgb(223,21,109); }

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

border-color css

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

 span { border-color: rgb(223,21,109); }

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