Html Css Color HEX #DF2164 Ruby

📋 copy color: '#DF2164'

red 223 ◦ green 33 ◦ blue 100

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

Shades of Ruby #DF2164

Tints of Ruby #DF2164

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.27%

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

R = 62.64%
G = 9.27%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF2164 (or 0xDF2164) is known color: Ruby. HEX triplet: DF, 21 and 64. RGB value is (223,33,100). Sum of RGB (Red+Green+Blue) = 223+33+100=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2164 is #20DE9B. Grayscale: #616161. Windows color (decimal): -2154140 or 6562271. OLE color: 6562271.

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

Color convert

RGB 223 33 100 -
CMYK 0 0.85 0.55 0.13
HSL 338.84º 0.75% 0.5% -
HSV(B) 338.84º 0.85% 0.87% -
XYZ 33.28 17.7 13.72 -
YUV 97.45 129.45 217.55 -
System Red Green Blue C M Y K H S L
Decimal 223 33 100 0 0.85 0.55 0.13 338.84 0.75 0.5
Hex DF 21 64 0 55 37 D 153 4B 32
Octal 337 41 144 0 125 67 15 523 113 62
Binary 11011111 100001 1100100 0 1010101 110111 1101 101010011 1001011 110010

Color Harmonies of #DF2164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2164

Black with #DF2164

Text Example


Text Example

White with #DF2164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2164; }

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

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

background-color css

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

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

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

border-color css

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

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

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