Html Css Color HEX #DF1264 Ruby

📋 copy color: '#DF1264'

red 223 ◦ green 18 ◦ blue 100

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

Shades of Ruby #DF1264

Tints of Ruby #DF1264

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.28%

 BLUE value IS 100 (39.45% from 255) = 29.33%

R = 65.4%
G = 5.28%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF1264 (or 0xDF1264) is known color: Ruby. HEX triplet: DF, 12 and 64. RGB value is (223,18,100). Sum of RGB (Red+Green+Blue) = 223+18+100=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1264 is #20ED9B. Grayscale: #585858. Windows color (decimal): -2157980 or 6558431. OLE color: 6558431.

HSL color Cylindrical-coordinate representation of color #DF1264: hue angle of 336º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF1264 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 18 100 -
CMYK 0 0.92 0.55 0.13
HSL 336º 0.85% 0.47% -
HSV(B) 336º 0.92% 0.87% -
XYZ 32.95 17.04 13.61 -
YUV 88.64 134.42 223.83 -
System Red Green Blue C M Y K H S L
Decimal 223 18 100 0 0.92 0.55 0.13 336 0.85 0.47
Hex DF 12 64 0 5C 37 D 150 55 2F
Octal 337 22 144 0 134 67 15 520 125 57
Binary 11011111 10010 1100100 0 1011100 110111 1101 101010000 1010101 101111

Color Harmonies of #DF1264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1264

Black with #DF1264

Text Example


Text Example

White with #DF1264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1264; }

 p { color: rgb(223,18,100); }

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

background-color css

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

 a { background-color: rgb(223,18,100); }

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

border-color css

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

 span { border-color: rgb(223,18,100); }

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