Html Css Color HEX #DB0275 Ruby

📋 copy color: '#DB0275'

red 219 ◦ green 2 ◦ blue 117

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

Shades of Ruby #DB0275

Tints of Ruby #DB0275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

 BLUE value IS 117 (46.09% from 255) = 34.62%

R = 64.79%
G = 0.59%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB0275 (or 0xDB0275) is known color: Ruby. HEX triplet: DB, 02 and 75. RGB value is (219,2,117). Sum of RGB (Red+Green+Blue) = 219+2+117=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0275 is #24FD8A. Grayscale: #4F4F4F. Windows color (decimal): -2424203 or 7668443. OLE color: 7668443.

HSL color Cylindrical-coordinate representation of color #DB0275: hue angle of 328.2º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0275 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 2 117 -
CMYK 0 0.99 0.47 0.14
HSL 328.2º 0.98% 0.43% -
HSV(B) 328.2º 0.99% 0.86% -
XYZ 32.45 16.39 18.28 -
YUV 79.99 148.89 227.15 -
System Red Green Blue C M Y K H S L
Decimal 219 2 117 0 0.99 0.47 0.14 328.2 0.98 0.43
Hex DB 2 75 0 63 2F E 148 62 2B
Octal 333 2 165 0 143 57 16 510 142 53
Binary 11011011 10 1110101 0 1100011 101111 1110 101001000 1100010 101011

Color Harmonies of #DB0275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0275

Black with #DB0275

Text Example


Text Example

White with #DB0275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0275; }

 p { color: rgb(219,2,117); }

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

background-color css

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

 a { background-color: rgb(219,2,117); }

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

border-color css

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

 span { border-color: rgb(219,2,117); }

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