Html Css Color HEX #DB1574 Ruby

📋 copy color: '#DB1574'

red 219 ◦ green 21 ◦ blue 116

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

Shades of Ruby #DB1574

Tints of Ruby #DB1574

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.9%

 BLUE value IS 116 (45.7% from 255) = 32.58%

R = 61.52%
G = 5.9%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB1574 (or 0xDB1574) is known color: Ruby. HEX triplet: DB, 15 and 74. RGB value is (219,21,116). Sum of RGB (Red+Green+Blue) = 219+21+116=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1574 is #24EA8B. Grayscale: #5A5A5A. Windows color (decimal): -2419340 or 7607771. OLE color: 7607771.

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

Color convert

RGB 219 21 116 -
CMYK 0 0.90 0.47 0.14
HSL 331.21º 0.83% 0.47% -
HSV(B) 331.21º 0.9% 0.86% -
XYZ 32.63 16.86 18.06 -
YUV 91.03 142.1 219.28 -
System Red Green Blue C M Y K H S L
Decimal 219 21 116 0 0.90 0.47 0.14 331.21 0.83 0.47
Hex DB 15 74 0 5A 2F E 14B 52 2F
Octal 333 25 164 0 132 57 16 513 122 57
Binary 11011011 10101 1110100 0 1011010 101111 1110 101001011 1010010 101111

Color Harmonies of #DB1574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1574

Black with #DB1574

Text Example


Text Example

White with #DB1574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1574; }

 p { color: rgb(219,21,116); }

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

background-color css

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

 a { background-color: rgb(219,21,116); }

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

border-color css

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

 span { border-color: rgb(219,21,116); }

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