Html Css Color HEX #DF156C Ruby

📋 copy color: '#DF156C'

red 223 ◦ green 21 ◦ blue 108

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

Shades of Ruby #DF156C

Tints of Ruby #DF156C

RGB

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

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

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

R = 63.35%
G = 5.97%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF156C (or 0xDF156C) is known color: Ruby. HEX triplet: DF, 15 and 6C. RGB value is (223,21,108). Sum of RGB (Red+Green+Blue) = 223+21+108=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF156C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF156C is #20EA93. Grayscale: #5B5B5B. Windows color (decimal): -2157204 or 7083487. OLE color: 7083487.

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

Color convert

RGB 223 21 108 -
CMYK 0 0.91 0.52 0.13
HSL 334.16º 0.83% 0.48% -
HSV(B) 334.16º 0.91% 0.87% -
XYZ 33.41 17.31 15.77 -
YUV 91.32 137.42 221.93 -
System Red Green Blue C M Y K H S L
Decimal 223 21 108 0 0.91 0.52 0.13 334.16 0.83 0.48
Hex DF 15 6C 0 5B 34 D 14E 53 30
Octal 337 25 154 0 133 64 15 516 123 60
Binary 11011111 10101 1101100 0 1011011 110100 1101 101001110 1010011 110000

Color Harmonies of #DF156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF156C

Black with #DF156C

Text Example


Text Example

White with #DF156C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF156C; }

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

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

background-color css

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

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

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

border-color css

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

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

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