Html Css Color HEX #DF1F72 Ruby

📋 copy color: '#DF1F72'

red 223 ◦ green 31 ◦ blue 114

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

Shades of Ruby #DF1F72

Tints of Ruby #DF1F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.98%

R = 60.6%
G = 8.42%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF1F72 (or 0xDF1F72) is known color: Ruby. HEX triplet: DF, 1F and 72. RGB value is (223,31,114). Sum of RGB (Red+Green+Blue) = 223+31+114=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 31 (12.5% from 255 or 8.42% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF1F72 is #20E08D. Grayscale: #616161. Windows color (decimal): -2154638 or 7479263. OLE color: 7479263.

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

Color convert

RGB 223 31 114 -
CMYK 0 0.86 0.49 0.13
HSL 334.06º 0.76% 0.5% -
HSV(B) 334.06º 0.86% 0.87% -
XYZ 33.96 17.88 17.58 -
YUV 97.87 137.11 217.25 -
System Red Green Blue C M Y K H S L
Decimal 223 31 114 0 0.86 0.49 0.13 334.06 0.76 0.5
Hex DF 1F 72 0 56 31 D 14E 4C 32
Octal 337 37 162 0 126 61 15 516 114 62
Binary 11011111 11111 1110010 0 1010110 110001 1101 101001110 1001100 110010

Color Harmonies of #DF1F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1F72

Black with #DF1F72

Text Example


Text Example

White with #DF1F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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