Html Css Color HEX #DF1575 Ruby

📋 copy color: '#DF1575'

red 223 ◦ green 21 ◦ blue 117

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

Shades of Ruby #DF1575

Tints of Ruby #DF1575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.41%

R = 61.77%
G = 5.82%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF1575 (or 0xDF1575) is known color: Ruby. HEX triplet: DF, 15 and 75. RGB value is (223,21,117). Sum of RGB (Red+Green+Blue) = 223+21+117=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1575 is #20EA8A. Grayscale: #5C5C5C. Windows color (decimal): -2157195 or 7673311. OLE color: 7673311.

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

Color convert

RGB 223 21 117 -
CMYK 0 0.91 0.48 0.13
HSL 331.49º 0.83% 0.48% -
HSV(B) 331.49º 0.91% 0.87% -
XYZ 33.91 17.51 18.42 -
YUV 92.34 141.92 221.19 -
System Red Green Blue C M Y K H S L
Decimal 223 21 117 0 0.91 0.48 0.13 331.49 0.83 0.48
Hex DF 15 75 0 5B 30 D 14B 53 30
Octal 337 25 165 0 133 60 15 513 123 60
Binary 11011111 10101 1110101 0 1011011 110000 1101 101001011 1010011 110000

Color Harmonies of #DF1575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1575

Black with #DF1575

Text Example


Text Example

White with #DF1575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1575; }

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

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

background-color css

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

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

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

border-color css

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

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

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