Html Css Color HEX #DB0175 Ruby

📋 copy color: '#DB0175'

red 219 ◦ green 1 ◦ blue 117

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

Shades of Ruby #DB0175

Tints of Ruby #DB0175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 64.99%
G = 0.3%
B = 34.72%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB0175 (or 0xDB0175) is known color: Ruby. HEX triplet: DB, 01 and 75. RGB value is (219,1,117). Sum of RGB (Red+Green+Blue) = 219+1+117=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0175 is #24FE8A. Grayscale: #4F4F4F. Windows color (decimal): -2424459 or 7668187. OLE color: 7668187.

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

Color convert

RGB 219 1 117 -
CMYK 0 1.00 0.47 0.14
HSL 328.07º 0.99% 0.43% -
HSV(B) 328.07º 1% 0.86% -
XYZ 32.44 16.37 18.28 -
YUV 79.41 149.22 227.57 -
System Red Green Blue C M Y K H S L
Decimal 219 1 117 0 1.00 0.47 0.14 328.07 0.99 0.43
Hex DB 1 75 0 64 2F E 148 63 2B
Octal 333 1 165 0 144 57 16 510 143 53
Binary 11011011 1 1110101 0 1100100 101111 1110 101001000 1100011 101011

Color Harmonies of #DB0175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0175

Black with #DB0175

Text Example


Text Example

White with #DB0175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0175; }

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

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

background-color css

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

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

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

border-color css

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

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

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