Html Css Color HEX #DF1A78 Ruby

📋 copy color: '#DF1A78'

red 223 ◦ green 26 ◦ blue 120

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

Shades of Ruby #DF1A78

Tints of Ruby #DF1A78

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.05%

 BLUE value IS 120 (47.27% from 255) = 32.52%

R = 60.43%
G = 7.05%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF1A78 (or 0xDF1A78) is known color: Ruby. HEX triplet: DF, 1A and 78. RGB value is (223,26,120). Sum of RGB (Red+Green+Blue) = 223+26+120=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF1A78 is #20E587. Grayscale: #5F5F5F. Windows color (decimal): -2155912 or 7871199. OLE color: 7871199.

HSL color Cylindrical-coordinate representation of color #DF1A78: hue angle of 331.37º degrees, saturation: 0.79, 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 #DF1A78 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 26 120 -
CMYK 0 0.88 0.46 0.13
HSL 331.37º 0.79% 0.49% -
HSV(B) 331.37º 0.88% 0.87% -
XYZ 34.19 17.78 19.4 -
YUV 95.62 141.77 218.86 -
System Red Green Blue C M Y K H S L
Decimal 223 26 120 0 0.88 0.46 0.13 331.37 0.79 0.49
Hex DF 1A 78 0 58 2E D 14B 4F 31
Octal 337 32 170 0 130 56 15 513 117 61
Binary 11011111 11010 1111000 0 1011000 101110 1101 101001011 1001111 110001

Color Harmonies of #DF1A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1A78

Black with #DF1A78

Text Example


Text Example

White with #DF1A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1A78; }

 p { color: rgb(223,26,120); }

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

background-color css

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

 a { background-color: rgb(223,26,120); }

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

border-color css

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

 span { border-color: rgb(223,26,120); }

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