Html Css Color HEX #DF105A Ruby

📋 copy color: '#DF105A'

red 223 ◦ green 16 ◦ blue 90

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

Shades of Ruby #DF105A

Tints of Ruby #DF105A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.36%

R = 67.78%
G = 4.86%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DF105A (or 0xDF105A) is known color: Ruby. HEX triplet: DF, 10 and 5A. RGB value is (223,16,90). Sum of RGB (Red+Green+Blue) = 223+16+90=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF105A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF105A is #20EFA5. Grayscale: #565656. Windows color (decimal): -2158502 or 5902559. OLE color: 5902559.

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

Color convert

RGB 223 16 90 -
CMYK 0 0.93 0.60 0.13
HSL 338.55º 0.87% 0.47% -
HSV(B) 338.55º 0.93% 0.87% -
XYZ 32.46 16.8 11.2 -
YUV 86.33 130.08 225.48 -
System Red Green Blue C M Y K H S L
Decimal 223 16 90 0 0.93 0.60 0.13 338.55 0.87 0.47
Hex DF 10 5A 0 5D 3C D 153 57 2F
Octal 337 20 132 0 135 74 15 523 127 57
Binary 11011111 10000 1011010 0 1011101 111100 1101 101010011 1010111 101111

Color Harmonies of #DF105A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF105A

Black with #DF105A

Text Example


Text Example

White with #DF105A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF105A; }

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

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

background-color css

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

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

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

border-color css

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

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

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