Html Css Color HEX #DF1B73 Ruby

📋 copy color: '#DF1B73'

red 223 ◦ green 27 ◦ blue 115

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

Shades of Ruby #DF1B73

Tints of Ruby #DF1B73

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.4%

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

R = 61.1%
G = 7.4%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF1B73 (or 0xDF1B73) is known color: Ruby. HEX triplet: DF, 1B and 73. RGB value is (223,27,115). Sum of RGB (Red+Green+Blue) = 223+27+115=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF1B73 is #20E48C. Grayscale: #5F5F5F. Windows color (decimal): -2155661 or 7543775. OLE color: 7543775.

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

Color convert

RGB 223 27 115 -
CMYK 0 0.88 0.48 0.13
HSL 333.06º 0.78% 0.49% -
HSV(B) 333.06º 0.88% 0.87% -
XYZ 33.92 17.71 17.85 -
YUV 95.64 138.93 218.84 -
System Red Green Blue C M Y K H S L
Decimal 223 27 115 0 0.88 0.48 0.13 333.06 0.78 0.49
Hex DF 1B 73 0 58 30 D 14D 4E 31
Octal 337 33 163 0 130 60 15 515 116 61
Binary 11011111 11011 1110011 0 1011000 110000 1101 101001101 1001110 110001

Color Harmonies of #DF1B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1B73

Black with #DF1B73

Text Example


Text Example

White with #DF1B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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