Html Css Color HEX #DB1572 Ruby

📋 copy color: '#DB1572'

red 219 ◦ green 21 ◦ blue 114

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

Shades of Ruby #DB1572

Tints of Ruby #DB1572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.2%

R = 61.86%
G = 5.93%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB1572 (or 0xDB1572) is known color: Ruby. HEX triplet: DB, 15 and 72. RGB value is (219,21,114). Sum of RGB (Red+Green+Blue) = 219+21+114=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1572 is #24EA8D. Grayscale: #5A5A5A. Windows color (decimal): -2419342 or 7476699. OLE color: 7476699.

HSL color Cylindrical-coordinate representation of color #DB1572: hue angle of 331.82º 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 #DB1572 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 21 114 -
CMYK 0 0.90 0.48 0.14
HSL 331.82º 0.83% 0.47% -
HSV(B) 331.82º 0.9% 0.86% -
XYZ 32.52 16.81 17.45 -
YUV 90.8 141.1 219.44 -
System Red Green Blue C M Y K H S L
Decimal 219 21 114 0 0.90 0.48 0.14 331.82 0.83 0.47
Hex DB 15 72 0 5A 30 E 14C 52 2F
Octal 333 25 162 0 132 60 16 514 122 57
Binary 11011011 10101 1110010 0 1011010 110000 1110 101001100 1010010 101111

Color Harmonies of #DB1572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1572

Black with #DB1572

Text Example


Text Example

White with #DB1572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1572; }

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

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

background-color css

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

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

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

border-color css

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

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

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