Html Css Color HEX #DF0470 Ruby

📋 copy color: '#DF0470'

red 223 ◦ green 4 ◦ blue 112

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

Shades of Ruby #DF0470

Tints of Ruby #DF0470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.04%

R = 65.78%
G = 1.18%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF0470 (or 0xDF0470) is known color: Ruby. HEX triplet: DF, 04 and 70. RGB value is (223,4,112). Sum of RGB (Red+Green+Blue) = 223+4+112=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0470 is #20FB8F. Grayscale: #515151. Windows color (decimal): -2161552 or 7341279. OLE color: 7341279.

HSL color Cylindrical-coordinate representation of color #DF0470: hue angle of 330.41º 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 #DF0470 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 4 112 -
CMYK 0 0.98 0.50 0.13
HSL 330.41º 0.96% 0.45% -
HSV(B) 330.41º 0.98% 0.87% -
XYZ 33.4 16.94 16.84 -
YUV 81.79 145.05 228.72 -
System Red Green Blue C M Y K H S L
Decimal 223 4 112 0 0.98 0.50 0.13 330.41 0.96 0.45
Hex DF 4 70 0 62 32 D 14A 60 2D
Octal 337 4 160 0 142 62 15 512 140 55
Binary 11011111 100 1110000 0 1100010 110010 1101 101001010 1100000 101101

Color Harmonies of #DF0470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0470

Black with #DF0470

Text Example


Text Example

White with #DF0470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0470; }

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

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

background-color css

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

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

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

border-color css

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

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

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