Html Css Color HEX #DF186D Ruby

📋 copy color: '#DF186D'

red 223 ◦ green 24 ◦ blue 109

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

Shades of Ruby #DF186D

Tints of Ruby #DF186D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.74%

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

R = 62.64%
G = 6.74%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF186D (or 0xDF186D) is known color: Ruby. HEX triplet: DF, 18 and 6D. RGB value is (223,24,109). Sum of RGB (Red+Green+Blue) = 223+24+109=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF186D is #20E792. Grayscale: #5D5D5D. Windows color (decimal): -2156435 or 7149791. OLE color: 7149791.

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

Color convert

RGB 223 24 109 -
CMYK 0 0.89 0.51 0.13
HSL 334.37º 0.81% 0.48% -
HSV(B) 334.37º 0.89% 0.87% -
XYZ 33.52 17.45 16.07 -
YUV 93.19 136.93 220.59 -
System Red Green Blue C M Y K H S L
Decimal 223 24 109 0 0.89 0.51 0.13 334.37 0.81 0.48
Hex DF 18 6D 0 59 33 D 14E 51 30
Octal 337 30 155 0 131 63 15 516 121 60
Binary 11011111 11000 1101101 0 1011001 110011 1101 101001110 1010001 110000

Color Harmonies of #DF186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF186D

Black with #DF186D

Text Example


Text Example

White with #DF186D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF186D; }

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

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

background-color css

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

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

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

border-color css

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

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

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