Html Css Color HEX #DF146A Ruby

📋 copy color: '#DF146A'

red 223 ◦ green 20 ◦ blue 106

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

Shades of Ruby #DF146A

Tints of Ruby #DF146A

RGB

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

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

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

R = 63.9%
G = 5.73%
B = 30.37%

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

#DF146A (or 0xDF146A) is known color: Ruby. HEX triplet: DF, 14 and 6A. RGB value is (223,20,106). Sum of RGB (Red+Green+Blue) = 223+20+106=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF146A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF146A is #20EB95. Grayscale: #5A5A5A. Windows color (decimal): -2157462 or 6952159. OLE color: 6952159.

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

Color convert

RGB 223 20 106 -
CMYK 0 0.91 0.52 0.13
HSL 334.58º 0.84% 0.48% -
HSV(B) 334.58º 0.91% 0.87% -
XYZ 33.28 17.23 15.21 -
YUV 90.5 136.75 222.51 -
System Red Green Blue C M Y K H S L
Decimal 223 20 106 0 0.91 0.52 0.13 334.58 0.84 0.48
Hex DF 14 6A 0 5B 34 D 14F 54 30
Octal 337 24 152 0 133 64 15 517 124 60
Binary 11011111 10100 1101010 0 1011011 110100 1101 101001111 1010100 110000

Color Harmonies of #DF146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF146A

Black with #DF146A

Text Example


Text Example

White with #DF146A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF146A; }

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

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

background-color css

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

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

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

border-color css

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

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

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