Html Css Color HEX #DF1372 Ruby

📋 copy color: '#DF1372'

red 223 ◦ green 19 ◦ blue 114

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

Shades of Ruby #DF1372

Tints of Ruby #DF1372

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.34%

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

R = 62.64%
G = 5.34%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF1372 (or 0xDF1372) is known color: Ruby. HEX triplet: DF, 13 and 72. RGB value is (223,19,114). Sum of RGB (Red+Green+Blue) = 223+19+114=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1372 is #20EC8D. Grayscale: #5A5A5A. Windows color (decimal): -2157710 or 7476191. OLE color: 7476191.

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

Color convert

RGB 223 19 114 -
CMYK 0 0.91 0.49 0.13
HSL 332.06º 0.84% 0.47% -
HSV(B) 332.06º 0.91% 0.87% -
XYZ 33.7 17.37 17.5 -
YUV 90.83 141.09 222.28 -
System Red Green Blue C M Y K H S L
Decimal 223 19 114 0 0.91 0.49 0.13 332.06 0.84 0.47
Hex DF 13 72 0 5B 31 D 14C 54 2F
Octal 337 23 162 0 133 61 15 514 124 57
Binary 11011111 10011 1110010 0 1011011 110001 1101 101001100 1010100 101111

Color Harmonies of #DF1372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1372

Black with #DF1372

Text Example


Text Example

White with #DF1372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1372; }

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

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

background-color css

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

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

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

border-color css

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

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

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