Html Css Color HEX #DF1058 Ruby

📋 copy color: '#DF1058'

red 223 ◦ green 16 ◦ blue 88

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

Shades of Ruby #DF1058

Tints of Ruby #DF1058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.91%

R = 68.2%
G = 4.89%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DF1058 (or 0xDF1058) is known color: Ruby. HEX triplet: DF, 10 and 58. RGB value is (223,16,88). Sum of RGB (Red+Green+Blue) = 223+16+88=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1058 is #20EFA7. Grayscale: #565656. Windows color (decimal): -2158504 or 5771487. OLE color: 5771487.

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

Color convert

RGB 223 16 88 -
CMYK 0 0.93 0.61 0.13
HSL 339.13º 0.87% 0.47% -
HSV(B) 339.13º 0.93% 0.87% -
XYZ 32.38 16.76 10.76 -
YUV 86.1 129.08 225.65 -
System Red Green Blue C M Y K H S L
Decimal 223 16 88 0 0.93 0.61 0.13 339.13 0.87 0.47
Hex DF 10 58 0 5D 3D D 153 57 2F
Octal 337 20 130 0 135 75 15 523 127 57
Binary 11011111 10000 1011000 0 1011101 111101 1101 101010011 1010111 101111

Color Harmonies of #DF1058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1058

Black with #DF1058

Text Example


Text Example

White with #DF1058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1058; }

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

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

background-color css

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

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

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

border-color css

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

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

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