Html Css Color HEX #DF0978 Ruby

📋 copy color: '#DF0978'

red 223 ◦ green 9 ◦ blue 120

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

Shades of Ruby #DF0978

Tints of Ruby #DF0978

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.56%

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

R = 63.35%
G = 2.56%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF0978 (or 0xDF0978) is known color: Ruby. HEX triplet: DF, 09 and 78. RGB value is (223,9,120). Sum of RGB (Red+Green+Blue) = 223+9+120=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0978 is #20F687. Grayscale: #555555. Windows color (decimal): -2160264 or 7866847. OLE color: 7866847.

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

Color convert

RGB 223 9 120 -
CMYK 0 0.96 0.46 0.13
HSL 328.88º 0.92% 0.45% -
HSV(B) 328.88º 0.96% 0.87% -
XYZ 33.92 17.24 19.31 -
YUV 85.64 147.4 225.97 -
System Red Green Blue C M Y K H S L
Decimal 223 9 120 0 0.96 0.46 0.13 328.88 0.92 0.45
Hex DF 9 78 0 60 2E D 149 5C 2D
Octal 337 11 170 0 140 56 15 511 134 55
Binary 11011111 1001 1111000 0 1100000 101110 1101 101001001 1011100 101101

Color Harmonies of #DF0978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0978

Black with #DF0978

Text Example


Text Example

White with #DF0978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0978; }

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

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

background-color css

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

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

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

border-color css

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

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

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