Html Css Color HEX #DF116A Ruby

📋 copy color: '#DF116A'

red 223 ◦ green 17 ◦ blue 106

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

Shades of Ruby #DF116A

Tints of Ruby #DF116A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.91%

 BLUE value IS 106 (41.8% from 255) = 30.64%

R = 64.45%
G = 4.91%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF116A (or 0xDF116A) is known color: Ruby. HEX triplet: DF, 11 and 6A. RGB value is (223,17,106). Sum of RGB (Red+Green+Blue) = 223+17+106=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF116A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF116A is #20EE95. Grayscale: #585858. Windows color (decimal): -2158230 or 6951391. OLE color: 6951391.

HSL color Cylindrical-coordinate representation of color #DF116A: hue angle of 334.08º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF116A is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 17 106 -
CMYK 0 0.92 0.52 0.13
HSL 334.08º 0.86% 0.47% -
HSV(B) 334.08º 0.92% 0.87% -
XYZ 33.23 17.13 15.19 -
YUV 88.74 137.75 223.76 -
System Red Green Blue C M Y K H S L
Decimal 223 17 106 0 0.92 0.52 0.13 334.08 0.86 0.47
Hex DF 11 6A 0 5C 34 D 14E 56 2F
Octal 337 21 152 0 134 64 15 516 126 57
Binary 11011111 10001 1101010 0 1011100 110100 1101 101001110 1010110 101111

Color Harmonies of #DF116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF116A

Black with #DF116A

Text Example


Text Example

White with #DF116A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF116A; }

 p { color: rgb(223,17,106); }

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

background-color css

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

 a { background-color: rgb(223,17,106); }

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

border-color css

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

 span { border-color: rgb(223,17,106); }

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