Html Css Color HEX #DF2070 Ruby

📋 copy color: '#DF2070'

red 223 ◦ green 32 ◦ blue 112

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

Shades of Ruby #DF2070

Tints of Ruby #DF2070

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.72%

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

R = 60.76%
G = 8.72%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF2070 (or 0xDF2070) is known color: Ruby. HEX triplet: DF, 20 and 70. RGB value is (223,32,112). Sum of RGB (Red+Green+Blue) = 223+32+112=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2070 is #20DF8F. Grayscale: #626262. Windows color (decimal): -2154384 or 7348447. OLE color: 7348447.

HSL color Cylindrical-coordinate representation of color #DF2070: hue angle of 334.87º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF2070 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 32 112 -
CMYK 0 0.86 0.50 0.13
HSL 334.87º 0.75% 0.5% -
HSV(B) 334.87º 0.86% 0.87% -
XYZ 33.87 17.89 17 -
YUV 98.23 135.78 217 -
System Red Green Blue C M Y K H S L
Decimal 223 32 112 0 0.86 0.50 0.13 334.87 0.75 0.5
Hex DF 20 70 0 56 32 D 14F 4B 32
Octal 337 40 160 0 126 62 15 517 113 62
Binary 11011111 100000 1110000 0 1010110 110010 1101 101001111 1001011 110010

Color Harmonies of #DF2070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2070

Black with #DF2070

Text Example


Text Example

White with #DF2070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2070; }

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

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

background-color css

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

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

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

border-color css

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

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

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