Html Css Color HEX #DF1964 Ruby

📋 copy color: '#DF1964'

red 223 ◦ green 25 ◦ blue 100

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

Shades of Ruby #DF1964

Tints of Ruby #DF1964

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.18%

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

R = 64.08%
G = 7.18%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF1964 (or 0xDF1964) is known color: Ruby. HEX triplet: DF, 19 and 64. RGB value is (223,25,100). Sum of RGB (Red+Green+Blue) = 223+25+100=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1964 is #20E69B. Grayscale: #5C5C5C. Windows color (decimal): -2156188 or 6560223. OLE color: 6560223.

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

Color convert

RGB 223 25 100 -
CMYK 0 0.89 0.55 0.13
HSL 337.27º 0.8% 0.49% -
HSV(B) 337.27º 0.89% 0.87% -
XYZ 33.08 17.3 13.65 -
YUV 92.75 132.1 220.9 -
System Red Green Blue C M Y K H S L
Decimal 223 25 100 0 0.89 0.55 0.13 337.27 0.8 0.49
Hex DF 19 64 0 59 37 D 151 50 31
Octal 337 31 144 0 131 67 15 521 120 61
Binary 11011111 11001 1100100 0 1011001 110111 1101 101010001 1010000 110001

Color Harmonies of #DF1964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1964

Black with #DF1964

Text Example


Text Example

White with #DF1964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1964; }

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

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

background-color css

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

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

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

border-color css

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

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

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