Html Css Color HEX #DF056D Ruby

📋 copy color: '#DF056D'

red 223 ◦ green 5 ◦ blue 109

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

Shades of Ruby #DF056D

Tints of Ruby #DF056D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.34%

R = 66.17%
G = 1.48%
B = 32.34%

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

#DF056D (or 0xDF056D) is known color: Ruby. HEX triplet: DF, 05 and 6D. RGB value is (223,5,109). Sum of RGB (Red+Green+Blue) = 223+5+109=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF056D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF056D is #20FA92. Grayscale: #515151. Windows color (decimal): -2161299 or 7144927. OLE color: 7144927.

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

Color convert

RGB 223 5 109 -
CMYK 0 0.98 0.51 0.13
HSL 331.38º 0.96% 0.45% -
HSV(B) 331.38º 0.98% 0.87% -
XYZ 33.25 16.9 15.98 -
YUV 82.04 143.22 228.54 -
System Red Green Blue C M Y K H S L
Decimal 223 5 109 0 0.98 0.51 0.13 331.38 0.96 0.45
Hex DF 5 6D 0 62 33 D 14B 60 2D
Octal 337 5 155 0 142 63 15 513 140 55
Binary 11011111 101 1101101 0 1100010 110011 1101 101001011 1100000 101101

Color Harmonies of #DF056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF056D

Black with #DF056D

Text Example


Text Example

White with #DF056D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF056D; }

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

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

background-color css

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

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

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

border-color css

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

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

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