Html Css Color HEX #DF0770 Ruby

📋 copy color: '#DF0770'

red 223 ◦ green 7 ◦ blue 112

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

Shades of Ruby #DF0770

Tints of Ruby #DF0770

RGB

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

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

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

R = 65.2%
G = 2.05%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF0770 (or 0xDF0770) is known color: Ruby. HEX triplet: DF, 07 and 70. RGB value is (223,7,112). Sum of RGB (Red+Green+Blue) = 223+7+112=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0770 is #20F88F. Grayscale: #535353. Windows color (decimal): -2160784 or 7342047. OLE color: 7342047.

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

Color convert

RGB 223 7 112 -
CMYK 0 0.97 0.50 0.13
HSL 330.83º 0.94% 0.45% -
HSV(B) 330.83º 0.97% 0.87% -
XYZ 33.43 17.01 16.85 -
YUV 83.55 144.06 227.46 -
System Red Green Blue C M Y K H S L
Decimal 223 7 112 0 0.97 0.50 0.13 330.83 0.94 0.45
Hex DF 7 70 0 61 32 D 14B 5E 2D
Octal 337 7 160 0 141 62 15 513 136 55
Binary 11011111 111 1110000 0 1100001 110010 1101 101001011 1011110 101101

Color Harmonies of #DF0770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0770

Black with #DF0770

Text Example


Text Example

White with #DF0770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0770; }

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

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

background-color css

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

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

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

border-color css

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

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

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