Html Css Color HEX #DF1273 Ruby

📋 copy color: '#DF1273'

red 223 ◦ green 18 ◦ blue 115

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

Shades of Ruby #DF1273

Tints of Ruby #DF1273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.06%

 BLUE value IS 115 (45.31% from 255) = 32.3%

R = 62.64%
G = 5.06%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF1273 (or 0xDF1273) is known color: Ruby. HEX triplet: DF, 12 and 73. RGB value is (223,18,115). Sum of RGB (Red+Green+Blue) = 223+18+115=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1273 is #20ED8C. Grayscale: #5A5A5A. Windows color (decimal): -2157965 or 7541471. OLE color: 7541471.

HSL color Cylindrical-coordinate representation of color #DF1273: hue angle of 331.61º degrees, saturation: 0.85, 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 #DF1273 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 18 115 -
CMYK 0 0.92 0.48 0.13
HSL 331.61º 0.85% 0.47% -
HSV(B) 331.61º 0.92% 0.87% -
XYZ 33.74 17.36 17.79 -
YUV 90.35 141.92 222.61 -
System Red Green Blue C M Y K H S L
Decimal 223 18 115 0 0.92 0.48 0.13 331.61 0.85 0.47
Hex DF 12 73 0 5C 30 D 14C 55 2F
Octal 337 22 163 0 134 60 15 514 125 57
Binary 11011111 10010 1110011 0 1011100 110000 1101 101001100 1010101 101111

Color Harmonies of #DF1273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1273

Black with #DF1273

Text Example


Text Example

White with #DF1273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1273; }

 p { color: rgb(223,18,115); }

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

background-color css

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

 a { background-color: rgb(223,18,115); }

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

border-color css

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

 span { border-color: rgb(223,18,115); }

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