Html Css Color HEX #DF1878 Ruby

📋 copy color: '#DF1878'

red 223 ◦ green 24 ◦ blue 120

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

Shades of Ruby #DF1878

Tints of Ruby #DF1878

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.54%

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

R = 60.76%
G = 6.54%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF1878 (or 0xDF1878) is known color: Ruby. HEX triplet: DF, 18 and 78. RGB value is (223,24,120). Sum of RGB (Red+Green+Blue) = 223+24+120=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1878 is #20E787. Grayscale: #5E5E5E. Windows color (decimal): -2156424 or 7870687. OLE color: 7870687.

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

Color convert

RGB 223 24 120 -
CMYK 0 0.89 0.46 0.13
HSL 331.06º 0.81% 0.48% -
HSV(B) 331.06º 0.89% 0.87% -
XYZ 34.15 17.7 19.39 -
YUV 94.45 142.43 219.69 -
System Red Green Blue C M Y K H S L
Decimal 223 24 120 0 0.89 0.46 0.13 331.06 0.81 0.48
Hex DF 18 78 0 59 2E D 14B 51 30
Octal 337 30 170 0 131 56 15 513 121 60
Binary 11011111 11000 1111000 0 1011001 101110 1101 101001011 1010001 110000

Color Harmonies of #DF1878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1878

Black with #DF1878

Text Example


Text Example

White with #DF1878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1878; }

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

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

background-color css

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

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

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

border-color css

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

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

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