Html Css Color HEX #DB066F Ruby

📋 copy color: '#DB066F'

red 219 ◦ green 6 ◦ blue 111

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

Shades of Ruby #DB066F

Tints of Ruby #DB066F

RGB

 RED value IS 219 (85.94% from 255) = 65.18%

 GREEN value IS 6 (2.73% from 255) = 1.79%

 BLUE value IS 111 (43.75% from 255) = 33.04%

R = 65.18%
G = 1.79%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB066F (or 0xDB066F) is known color: Ruby. HEX triplet: DB, 06 and 6F. RGB value is (219,6,111). Sum of RGB (Red+Green+Blue) = 219+6+111=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB066F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB066F is #24F990. Grayscale: #515151. Windows color (decimal): -2423185 or 7276251. OLE color: 7276251.

HSL color Cylindrical-coordinate representation of color #DB066F: hue angle of 330.42º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB066F is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 6 111 -
CMYK 0 0.97 0.49 0.14
HSL 330.42º 0.95% 0.44% -
HSV(B) 330.42º 0.97% 0.86% -
XYZ 32.15 16.34 16.5 -
YUV 81.66 144.57 225.96 -
System Red Green Blue C M Y K H S L
Decimal 219 6 111 0 0.97 0.49 0.14 330.42 0.95 0.44
Hex DB 6 6F 0 61 31 E 14A 5F 2C
Octal 333 6 157 0 141 61 16 512 137 54
Binary 11011011 110 1101111 0 1100001 110001 1110 101001010 1011111 101100

Color Harmonies of #DB066F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB066F

Black with #DB066F

Text Example


Text Example

White with #DB066F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB066F; }

 p { color: rgb(219,6,111); }

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

background-color css

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

 a { background-color: rgb(219,6,111); }

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

border-color css

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

 span { border-color: rgb(219,6,111); }

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