Html Css Color HEX #DF0775 Ruby

📋 copy color: '#DF0775'

red 223 ◦ green 7 ◦ blue 117

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

Shades of Ruby #DF0775

Tints of Ruby #DF0775

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.02%

 BLUE value IS 117 (46.09% from 255) = 33.72%

R = 64.27%
G = 2.02%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF0775 (or 0xDF0775) is known color: Ruby. HEX triplet: DF, 07 and 75. RGB value is (223,7,117). Sum of RGB (Red+Green+Blue) = 223+7+117=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0775 is #20F88A. Grayscale: #535353. Windows color (decimal): -2160779 or 7669727. OLE color: 7669727.

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

Color convert

RGB 223 7 117 -
CMYK 0 0.97 0.48 0.13
HSL 329.44º 0.94% 0.45% -
HSV(B) 329.44º 0.97% 0.87% -
XYZ 33.72 17.12 18.36 -
YUV 84.12 146.56 227.06 -
System Red Green Blue C M Y K H S L
Decimal 223 7 117 0 0.97 0.48 0.13 329.44 0.94 0.45
Hex DF 7 75 0 61 30 D 149 5E 2D
Octal 337 7 165 0 141 60 15 511 136 55
Binary 11011111 111 1110101 0 1100001 110000 1101 101001001 1011110 101101

Color Harmonies of #DF0775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0775

Black with #DF0775

Text Example


Text Example

White with #DF0775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0775; }

 p { color: rgb(223,7,117); }

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

background-color css

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

 a { background-color: rgb(223,7,117); }

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

border-color css

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

 span { border-color: rgb(223,7,117); }

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