Html Css Color HEX #DF0475 Ruby

📋 copy color: '#DF0475'

red 223 ◦ green 4 ◦ blue 117

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

Shades of Ruby #DF0475

Tints of Ruby #DF0475

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.16%

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

R = 64.83%
G = 1.16%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF0475 (or 0xDF0475) is known color: Ruby. HEX triplet: DF, 04 and 75. RGB value is (223,4,117). Sum of RGB (Red+Green+Blue) = 223+4+117=344 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.83% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0475 is #20FB8A. Grayscale: #525252. Windows color (decimal): -2161547 or 7668959. OLE color: 7668959.

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

Color convert

RGB 223 4 117 -
CMYK 0 0.98 0.48 0.13
HSL 329.04º 0.96% 0.45% -
HSV(B) 329.04º 0.98% 0.87% -
XYZ 33.69 17.06 18.35 -
YUV 82.36 147.55 228.31 -
System Red Green Blue C M Y K H S L
Decimal 223 4 117 0 0.98 0.48 0.13 329.04 0.96 0.45
Hex DF 4 75 0 62 30 D 149 60 2D
Octal 337 4 165 0 142 60 15 511 140 55
Binary 11011111 100 1110101 0 1100010 110000 1101 101001001 1100000 101101

Color Harmonies of #DF0475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0475

Black with #DF0475

Text Example


Text Example

White with #DF0475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0475; }

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

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

background-color css

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

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

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

border-color css

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

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

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