Html Css Color HEX #DB1652 Ruby

📋 copy color: '#DB1652'

red 219 ◦ green 22 ◦ blue 82

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

Shades of Ruby #DB1652

Tints of Ruby #DB1652

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.81%

 BLUE value IS 82 (32.42% from 255) = 25.39%

R = 67.8%
G = 6.81%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB1652 (or 0xDB1652) is known color: Ruby. HEX triplet: DB, 16 and 52. RGB value is (219,22,82). Sum of RGB (Red+Green+Blue) = 219+22+82=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1652 is #24E9AD. Grayscale: #575757. Windows color (decimal): -2419118 or 5379803. OLE color: 5379803.

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

Color convert

RGB 219 22 82 -
CMYK 0 0.90 0.63 0.14
HSL 341.73º 0.82% 0.47% -
HSV(B) 341.73º 0.9% 0.86% -
XYZ 31.02 16.24 9.48 -
YUV 87.74 124.77 221.62 -
System Red Green Blue C M Y K H S L
Decimal 219 22 82 0 0.90 0.63 0.14 341.73 0.82 0.47
Hex DB 16 52 0 5A 3F E 156 52 2F
Octal 333 26 122 0 132 77 16 526 122 57
Binary 11011011 10110 1010010 0 1011010 111111 1110 101010110 1010010 101111

Color Harmonies of #DB1652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1652

Black with #DB1652

Text Example


Text Example

White with #DB1652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1652; }

 p { color: rgb(219,22,82); }

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

background-color css

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

 a { background-color: rgb(219,22,82); }

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

border-color css

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

 span { border-color: rgb(219,22,82); }

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