Html Css Color HEX #DF0D60 Ruby

📋 copy color: '#DF0D60'

red 223 ◦ green 13 ◦ blue 96

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

Shades of Ruby #DF0D60

Tints of Ruby #DF0D60

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.92%

 BLUE value IS 96 (37.89% from 255) = 28.92%

R = 67.17%
G = 3.92%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF0D60 (or 0xDF0D60) is known color: Ruby. HEX triplet: DF, 0D and 60. RGB value is (223,13,96). Sum of RGB (Red+Green+Blue) = 223+13+96=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0D60 is #20F29F. Grayscale: #555555. Windows color (decimal): -2159264 or 6295007. OLE color: 6295007.

HSL color Cylindrical-coordinate representation of color #DF0D60: hue angle of 336.29º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0D60 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 13 96 -
CMYK 0 0.94 0.57 0.13
HSL 336.29º 0.89% 0.46% -
HSV(B) 336.29º 0.94% 0.87% -
XYZ 32.69 16.82 12.59 -
YUV 85.25 134.07 226.25 -
System Red Green Blue C M Y K H S L
Decimal 223 13 96 0 0.94 0.57 0.13 336.29 0.89 0.46
Hex DF D 60 0 5E 39 D 150 59 2E
Octal 337 15 140 0 136 71 15 520 131 56
Binary 11011111 1101 1100000 0 1011110 111001 1101 101010000 1011001 101110

Color Harmonies of #DF0D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0D60

Black with #DF0D60

Text Example


Text Example

White with #DF0D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0D60; }

 p { color: rgb(223,13,96); }

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

background-color css

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

 a { background-color: rgb(223,13,96); }

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

border-color css

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

 span { border-color: rgb(223,13,96); }

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