Html Css Color HEX #DF146F Ruby

📋 copy color: '#DF146F'

red 223 ◦ green 20 ◦ blue 111

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

Shades of Ruby #DF146F

Tints of Ruby #DF146F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.65%

 BLUE value IS 111 (43.75% from 255) = 31.36%

R = 62.99%
G = 5.65%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF146F (or 0xDF146F) is known color: Ruby. HEX triplet: DF, 14 and 6F. RGB value is (223,20,111). Sum of RGB (Red+Green+Blue) = 223+20+111=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF146F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF146F is #20EB90. Grayscale: #5A5A5A. Windows color (decimal): -2157457 or 7279839. OLE color: 7279839.

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

Color convert

RGB 223 20 111 -
CMYK 0 0.91 0.50 0.13
HSL 333.1º 0.84% 0.48% -
HSV(B) 333.1º 0.91% 0.87% -
XYZ 33.55 17.34 16.62 -
YUV 91.07 139.25 222.1 -
System Red Green Blue C M Y K H S L
Decimal 223 20 111 0 0.91 0.50 0.13 333.1 0.84 0.48
Hex DF 14 6F 0 5B 32 D 14D 54 30
Octal 337 24 157 0 133 62 15 515 124 60
Binary 11011111 10100 1101111 0 1011011 110010 1101 101001101 1010100 110000

Color Harmonies of #DF146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF146F

Black with #DF146F

Text Example


Text Example

White with #DF146F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF146F; }

 p { color: rgb(223,20,111); }

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

background-color css

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

 a { background-color: rgb(223,20,111); }

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

border-color css

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

 span { border-color: rgb(223,20,111); }

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