Html Css Color HEX #DF2074 Ruby

📋 copy color: '#DF2074'

red 223 ◦ green 32 ◦ blue 116

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

Shades of Ruby #DF2074

Tints of Ruby #DF2074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.27%

R = 60.11%
G = 8.63%
B = 31.27%

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

#DF2074 (or 0xDF2074) is known color: Ruby. HEX triplet: DF, 20 and 74. RGB value is (223,32,116). Sum of RGB (Red+Green+Blue) = 223+32+116=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2074 is #20DF8B. Grayscale: #626262. Windows color (decimal): -2154380 or 7610591. OLE color: 7610591.

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

Color convert

RGB 223 32 116 -
CMYK 0 0.86 0.48 0.13
HSL 333.61º 0.75% 0.5% -
HSV(B) 333.61º 0.86% 0.87% -
XYZ 34.1 17.98 18.2 -
YUV 98.69 137.78 216.67 -
System Red Green Blue C M Y K H S L
Decimal 223 32 116 0 0.86 0.48 0.13 333.61 0.75 0.5
Hex DF 20 74 0 56 30 D 14E 4B 32
Octal 337 40 164 0 126 60 15 516 113 62
Binary 11011111 100000 1110100 0 1010110 110000 1101 101001110 1001011 110010

Color Harmonies of #DF2074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2074

Black with #DF2074

Text Example


Text Example

White with #DF2074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2074; }

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

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

background-color css

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

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

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

border-color css

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

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

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