Html Css Color HEX #DF1075 Ruby

📋 copy color: '#DF1075'

red 223 ◦ green 16 ◦ blue 117

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

Shades of Ruby #DF1075

Tints of Ruby #DF1075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.87%

R = 62.64%
G = 4.49%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF1075 (or 0xDF1075) is known color: Ruby. HEX triplet: DF, 10 and 75. RGB value is (223,16,117). Sum of RGB (Red+Green+Blue) = 223+16+117=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1075 is #20EF8A. Grayscale: #595959. Windows color (decimal): -2158475 or 7672031. OLE color: 7672031.

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

Color convert

RGB 223 16 117 -
CMYK 0 0.93 0.48 0.13
HSL 330.72º 0.87% 0.47% -
HSV(B) 330.72º 0.93% 0.87% -
XYZ 33.83 17.34 18.39 -
YUV 89.41 143.58 223.29 -
System Red Green Blue C M Y K H S L
Decimal 223 16 117 0 0.93 0.48 0.13 330.72 0.87 0.47
Hex DF 10 75 0 5D 30 D 14B 57 2F
Octal 337 20 165 0 135 60 15 513 127 57
Binary 11011111 10000 1110101 0 1011101 110000 1101 101001011 1010111 101111

Color Harmonies of #DF1075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1075

Black with #DF1075

Text Example


Text Example

White with #DF1075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1075; }

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

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

background-color css

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

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

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

border-color css

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

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

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