Html Css Color HEX #DF2072 Ruby

📋 copy color: '#DF2072'

red 223 ◦ green 32 ◦ blue 114

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

Shades of Ruby #DF2072

Tints of Ruby #DF2072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.89%

R = 60.43%
G = 8.67%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF2072 (or 0xDF2072) is known color: Ruby. HEX triplet: DF, 20 and 72. RGB value is (223,32,114). Sum of RGB (Red+Green+Blue) = 223+32+114=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2072 is #20DF8D. Grayscale: #626262. Windows color (decimal): -2154382 or 7479519. OLE color: 7479519.

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

Color convert

RGB 223 32 114 -
CMYK 0 0.86 0.49 0.13
HSL 334.24º 0.75% 0.5% -
HSV(B) 334.24º 0.86% 0.87% -
XYZ 33.99 17.94 17.59 -
YUV 98.46 136.78 216.83 -
System Red Green Blue C M Y K H S L
Decimal 223 32 114 0 0.86 0.49 0.13 334.24 0.75 0.5
Hex DF 20 72 0 56 31 D 14E 4B 32
Octal 337 40 162 0 126 61 15 516 113 62
Binary 11011111 100000 1110010 0 1010110 110001 1101 101001110 1001011 110010

Color Harmonies of #DF2072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2072

Black with #DF2072

Text Example


Text Example

White with #DF2072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2072; }

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

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

background-color css

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

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

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

border-color css

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

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

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