Html Css Color HEX #DF0D65 Ruby

📋 copy color: '#DF0D65'

red 223 ◦ green 13 ◦ blue 101

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

Shades of Ruby #DF0D65

Tints of Ruby #DF0D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.97%

R = 66.17%
G = 3.86%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF0D65 (or 0xDF0D65) is known color: Ruby. HEX triplet: DF, 0D and 65. RGB value is (223,13,101). Sum of RGB (Red+Green+Blue) = 223+13+101=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0D65 is #20F29A. Grayscale: #555555. Windows color (decimal): -2159259 or 6622687. OLE color: 6622687.

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

Color convert

RGB 223 13 101 -
CMYK 0 0.94 0.55 0.13
HSL 334.86º 0.89% 0.46% -
HSV(B) 334.86º 0.94% 0.87% -
XYZ 32.92 16.92 13.84 -
YUV 85.82 136.57 225.84 -
System Red Green Blue C M Y K H S L
Decimal 223 13 101 0 0.94 0.55 0.13 334.86 0.89 0.46
Hex DF D 65 0 5E 37 D 14F 59 2E
Octal 337 15 145 0 136 67 15 517 131 56
Binary 11011111 1101 1100101 0 1011110 110111 1101 101001111 1011001 101110

Color Harmonies of #DF0D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0D65

Black with #DF0D65

Text Example


Text Example

White with #DF0D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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