Html Css Color HEX #DB076C Ruby

📋 copy color: '#DB076C'

red 219 ◦ green 7 ◦ blue 108

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

Shades of Ruby #DB076C

Tints of Ruby #DB076C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.1%

 BLUE value IS 108 (42.58% from 255) = 32.34%

R = 65.57%
G = 2.1%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB076C (or 0xDB076C) is known color: Ruby. HEX triplet: DB, 07 and 6C. RGB value is (219,7,108). Sum of RGB (Red+Green+Blue) = 219+7+108=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB076C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB076C is #24F893. Grayscale: #515151. Windows color (decimal): -2422932 or 7079899. OLE color: 7079899.

HSL color Cylindrical-coordinate representation of color #DB076C: hue angle of 331.42º degrees, saturation: 0.94, 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 #DB076C is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 7 108 -
CMYK 0 0.97 0.51 0.14
HSL 331.42º 0.94% 0.44% -
HSV(B) 331.42º 0.97% 0.86% -
XYZ 32 16.29 15.65 -
YUV 81.9 142.74 225.79 -
System Red Green Blue C M Y K H S L
Decimal 219 7 108 0 0.97 0.51 0.14 331.42 0.94 0.44
Hex DB 7 6C 0 61 33 E 14B 5E 2C
Octal 333 7 154 0 141 63 16 513 136 54
Binary 11011011 111 1101100 0 1100001 110011 1110 101001011 1011110 101100

Color Harmonies of #DB076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB076C

Black with #DB076C

Text Example


Text Example

White with #DB076C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB076C; }

 p { color: rgb(219,7,108); }

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

background-color css

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

 a { background-color: rgb(219,7,108); }

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

border-color css

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

 span { border-color: rgb(219,7,108); }

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