Html Css Color HEX #DF056E Ruby

📋 copy color: '#DF056E'

red 223 ◦ green 5 ◦ blue 110

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

Shades of Ruby #DF056E

Tints of Ruby #DF056E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.48%

 BLUE value IS 110 (43.36% from 255) = 32.54%

R = 65.98%
G = 1.48%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF056E (or 0xDF056E) is known color: Ruby. HEX triplet: DF, 05 and 6E. RGB value is (223,5,110). Sum of RGB (Red+Green+Blue) = 223+5+110=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF056E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF056E is #20FA91. Grayscale: #515151. Windows color (decimal): -2161298 or 7210463. OLE color: 7210463.

HSL color Cylindrical-coordinate representation of color #DF056E: hue angle of 331.1º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF056E is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 5 110 -
CMYK 0 0.98 0.51 0.13
HSL 331.1º 0.96% 0.45% -
HSV(B) 331.1º 0.98% 0.87% -
XYZ 33.3 16.92 16.26 -
YUV 82.15 143.72 228.46 -
System Red Green Blue C M Y K H S L
Decimal 223 5 110 0 0.98 0.51 0.13 331.1 0.96 0.45
Hex DF 5 6E 0 62 33 D 14B 60 2D
Octal 337 5 156 0 142 63 15 513 140 55
Binary 11011111 101 1101110 0 1100010 110011 1101 101001011 1100000 101101

Color Harmonies of #DF056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF056E

Black with #DF056E

Text Example


Text Example

White with #DF056E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF056E; }

 p { color: rgb(223,5,110); }

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

background-color css

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

 a { background-color: rgb(223,5,110); }

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

border-color css

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

 span { border-color: rgb(223,5,110); }

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