Html Css Color HEX #DF1F5D Ruby

📋 copy color: '#DF1F5D'

red 223 ◦ green 31 ◦ blue 93

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

Shades of Ruby #DF1F5D

Tints of Ruby #DF1F5D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.93%

 BLUE value IS 93 (36.72% from 255) = 26.8%

R = 64.27%
G = 8.93%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF1F5D (or 0xDF1F5D) is known color: Ruby. HEX triplet: DF, 1F and 5D. RGB value is (223,31,93). Sum of RGB (Red+Green+Blue) = 223+31+93=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF1F5D is #20E0A2. Grayscale: #5F5F5F. Windows color (decimal): -2154659 or 6103007. OLE color: 6103007.

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

Color convert

RGB 223 31 93 -
CMYK 0 0.86 0.58 0.13
HSL 340.63º 0.76% 0.5% -
HSV(B) 340.63º 0.86% 0.87% -
XYZ 32.9 17.46 11.99 -
YUV 95.48 126.61 218.96 -
System Red Green Blue C M Y K H S L
Decimal 223 31 93 0 0.86 0.58 0.13 340.63 0.76 0.5
Hex DF 1F 5D 0 56 3A D 155 4C 32
Octal 337 37 135 0 126 72 15 525 114 62
Binary 11011111 11111 1011101 0 1010110 111010 1101 101010101 1001100 110010

Color Harmonies of #DF1F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1F5D

Black with #DF1F5D

Text Example


Text Example

White with #DF1F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1F5D; }

 p { color: rgb(223,31,93); }

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

background-color css

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

 a { background-color: rgb(223,31,93); }

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

border-color css

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

 span { border-color: rgb(223,31,93); }

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