Html Css Color HEX #DF1066 Ruby

📋 copy color: '#DF1066'

red 223 ◦ green 16 ◦ blue 102

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

Shades of Ruby #DF1066

Tints of Ruby #DF1066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.91%

R = 65.4%
G = 4.69%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DF1066 (or 0xDF1066) is known color: Ruby. HEX triplet: DF, 10 and 66. RGB value is (223,16,102). Sum of RGB (Red+Green+Blue) = 223+16+102=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1066 is #20EF99. Grayscale: #575757. Windows color (decimal): -2158490 or 6688991. OLE color: 6688991.

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

Color convert

RGB 223 16 102 -
CMYK 0 0.93 0.54 0.13
HSL 335.07º 0.87% 0.47% -
HSV(B) 335.07º 0.93% 0.87% -
XYZ 33.01 17.02 14.12 -
YUV 87.7 136.08 224.51 -
System Red Green Blue C M Y K H S L
Decimal 223 16 102 0 0.93 0.54 0.13 335.07 0.87 0.47
Hex DF 10 66 0 5D 36 D 14F 57 2F
Octal 337 20 146 0 135 66 15 517 127 57
Binary 11011111 10000 1100110 0 1011101 110110 1101 101001111 1010111 101111

Color Harmonies of #DF1066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1066

Black with #DF1066

Text Example


Text Example

White with #DF1066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1066; }

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

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

background-color css

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

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

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

border-color css

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

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

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