Html Css Color HEX #DF1072 Ruby

📋 copy color: '#DF1072'

red 223 ◦ green 16 ◦ blue 114

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

Shades of Ruby #DF1072

Tints of Ruby #DF1072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.53%

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

R = 63.17%
G = 4.53%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF1072 (or 0xDF1072) is known color: Ruby. HEX triplet: DF, 10 and 72. RGB value is (223,16,114). Sum of RGB (Red+Green+Blue) = 223+16+114=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1072 is #20EF8D. Grayscale: #585858. Windows color (decimal): -2158478 or 7475423. OLE color: 7475423.

HSL color Cylindrical-coordinate representation of color #DF1072: hue angle of 331.59º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF1072 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 16 114 -
CMYK 0 0.93 0.49 0.13
HSL 331.59º 0.87% 0.47% -
HSV(B) 331.59º 0.93% 0.87% -
XYZ 33.65 17.27 17.48 -
YUV 89.07 142.08 223.53 -
System Red Green Blue C M Y K H S L
Decimal 223 16 114 0 0.93 0.49 0.13 331.59 0.87 0.47
Hex DF 10 72 0 5D 31 D 14C 57 2F
Octal 337 20 162 0 135 61 15 514 127 57
Binary 11011111 10000 1110010 0 1011101 110001 1101 101001100 1010111 101111

Color Harmonies of #DF1072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1072

Black with #DF1072

Text Example


Text Example

White with #DF1072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1072; }

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

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

background-color css

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

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

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

border-color css

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

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

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