Html Css Color HEX #DB1469 Ruby

📋 copy color: '#DB1469'

red 219 ◦ green 20 ◦ blue 105

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

Shades of Ruby #DB1469

Tints of Ruby #DB1469

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.81%

 BLUE value IS 105 (41.41% from 255) = 30.52%

R = 63.66%
G = 5.81%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB1469 (or 0xDB1469) is known color: Ruby. HEX triplet: DB, 14 and 69. RGB value is (219,20,105). Sum of RGB (Red+Green+Blue) = 219+20+105=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1469 is #24EB96. Grayscale: #595959. Windows color (decimal): -2419607 or 6886619. OLE color: 6886619.

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

Color convert

RGB 219 20 105 -
CMYK 0 0.91 0.52 0.14
HSL 334.37º 0.83% 0.47% -
HSV(B) 334.37º 0.91% 0.86% -
XYZ 32.01 16.58 14.88 -
YUV 89.19 136.93 220.59 -
System Red Green Blue C M Y K H S L
Decimal 219 20 105 0 0.91 0.52 0.14 334.37 0.83 0.47
Hex DB 14 69 0 5B 34 E 14E 53 2F
Octal 333 24 151 0 133 64 16 516 123 57
Binary 11011011 10100 1101001 0 1011011 110100 1110 101001110 1010011 101111

Color Harmonies of #DB1469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1469

Black with #DB1469

Text Example


Text Example

White with #DB1469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1469; }

 p { color: rgb(219,20,105); }

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

background-color css

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

 a { background-color: rgb(219,20,105); }

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

border-color css

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

 span { border-color: rgb(219,20,105); }

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