Html Css Color HEX #DF0867 Ruby

📋 copy color: '#DF0867'

red 223 ◦ green 8 ◦ blue 103

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

Shades of Ruby #DF0867

Tints of Ruby #DF0867

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.4%

 BLUE value IS 103 (40.63% from 255) = 30.84%

R = 66.77%
G = 2.4%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DF0867 (or 0xDF0867) is known color: Ruby. HEX triplet: DF, 08 and 67. RGB value is (223,8,103). Sum of RGB (Red+Green+Blue) = 223+8+103=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0867 is #20F798. Grayscale: #525252. Windows color (decimal): -2160537 or 6752479. OLE color: 6752479.

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

Color convert

RGB 223 8 103 -
CMYK 0 0.96 0.54 0.13
HSL 333.49º 0.93% 0.45% -
HSV(B) 333.49º 0.96% 0.87% -
XYZ 32.97 16.84 14.35 -
YUV 83.12 139.23 227.78 -
System Red Green Blue C M Y K H S L
Decimal 223 8 103 0 0.96 0.54 0.13 333.49 0.93 0.45
Hex DF 8 67 0 60 36 D 14D 5D 2D
Octal 337 10 147 0 140 66 15 515 135 55
Binary 11011111 1000 1100111 0 1100000 110110 1101 101001101 1011101 101101

Color Harmonies of #DF0867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0867

Black with #DF0867

Text Example


Text Example

White with #DF0867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0867; }

 p { color: rgb(223,8,103); }

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

background-color css

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

 a { background-color: rgb(223,8,103); }

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

border-color css

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

 span { border-color: rgb(223,8,103); }

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