Html Css Color HEX #DF1572 Ruby

📋 copy color: '#DF1572'

red 223 ◦ green 21 ◦ blue 114

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

Shades of Ruby #DF1572

Tints of Ruby #DF1572

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.87%

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

R = 62.29%
G = 5.87%
B = 31.84%

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

#DF1572 (or 0xDF1572) is known color: Ruby. HEX triplet: DF, 15 and 72. RGB value is (223,21,114). Sum of RGB (Red+Green+Blue) = 223+21+114=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1572 is #20EA8D. Grayscale: #5B5B5B. Windows color (decimal): -2157198 or 7476703. OLE color: 7476703.

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

Color convert

RGB 223 21 114 -
CMYK 0 0.91 0.49 0.13
HSL 332.38º 0.83% 0.48% -
HSV(B) 332.38º 0.91% 0.87% -
XYZ 33.74 17.44 17.51 -
YUV 92 140.42 221.44 -
System Red Green Blue C M Y K H S L
Decimal 223 21 114 0 0.91 0.49 0.13 332.38 0.83 0.48
Hex DF 15 72 0 5B 31 D 14C 53 30
Octal 337 25 162 0 133 61 15 514 123 60
Binary 11011111 10101 1110010 0 1011011 110001 1101 101001100 1010011 110000

Color Harmonies of #DF1572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1572

Black with #DF1572

Text Example


Text Example

White with #DF1572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1572; }

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

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

background-color css

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

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

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

border-color css

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

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

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