Html Css Color HEX #DF0F6E Ruby

📋 copy color: '#DF0F6E'

red 223 ◦ green 15 ◦ blue 110

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

Shades of Ruby #DF0F6E

Tints of Ruby #DF0F6E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.31%

 BLUE value IS 110 (43.36% from 255) = 31.61%

R = 64.08%
G = 4.31%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF0F6E (or 0xDF0F6E) is known color: Ruby. HEX triplet: DF, 0F and 6E. RGB value is (223,15,110). Sum of RGB (Red+Green+Blue) = 223+15+110=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0F6E is #20F091. Grayscale: #575757. Windows color (decimal): -2158738 or 7213023. OLE color: 7213023.

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

Color convert

RGB 223 15 110 -
CMYK 0 0.93 0.51 0.13
HSL 332.6º 0.87% 0.47% -
HSV(B) 332.6º 0.93% 0.87% -
XYZ 33.42 17.16 16.3 -
YUV 88.02 140.41 224.28 -
System Red Green Blue C M Y K H S L
Decimal 223 15 110 0 0.93 0.51 0.13 332.6 0.87 0.47
Hex DF F 6E 0 5D 33 D 14D 57 2F
Octal 337 17 156 0 135 63 15 515 127 57
Binary 11011111 1111 1101110 0 1011101 110011 1101 101001101 1010111 101111

Color Harmonies of #DF0F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0F6E

Black with #DF0F6E

Text Example


Text Example

White with #DF0F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0F6E; }

 p { color: rgb(223,15,110); }

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

background-color css

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

 a { background-color: rgb(223,15,110); }

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

border-color css

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

 span { border-color: rgb(223,15,110); }

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