Html Css Color HEX #DF2073 Ruby

📋 copy color: '#DF2073'

red 223 ◦ green 32 ◦ blue 115

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

Shades of Ruby #DF2073

Tints of Ruby #DF2073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.08%

R = 60.27%
G = 8.65%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF2073 (or 0xDF2073) is known color: Ruby. HEX triplet: DF, 20 and 73. RGB value is (223,32,115). Sum of RGB (Red+Green+Blue) = 223+32+115=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2073 is #20DF8C. Grayscale: #626262. Windows color (decimal): -2154381 or 7545055. OLE color: 7545055.

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

Color convert

RGB 223 32 115 -
CMYK 0 0.86 0.48 0.13
HSL 333.93º 0.75% 0.5% -
HSV(B) 333.93º 0.86% 0.87% -
XYZ 34.04 17.96 17.89 -
YUV 98.57 137.28 216.75 -
System Red Green Blue C M Y K H S L
Decimal 223 32 115 0 0.86 0.48 0.13 333.93 0.75 0.5
Hex DF 20 73 0 56 30 D 14E 4B 32
Octal 337 40 163 0 126 60 15 516 113 62
Binary 11011111 100000 1110011 0 1010110 110000 1101 101001110 1001011 110010

Color Harmonies of #DF2073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2073

Black with #DF2073

Text Example


Text Example

White with #DF2073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2073; }

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

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

background-color css

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

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

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

border-color css

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

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

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