Html Css Color HEX #DB1452 Ruby

📋 copy color: '#DB1452'

red 219 ◦ green 20 ◦ blue 82

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

Shades of Ruby #DB1452

Tints of Ruby #DB1452

RGB

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

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

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

R = 68.22%
G = 6.23%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB1452 (or 0xDB1452) is known color: Ruby. HEX triplet: DB, 14 and 52. RGB value is (219,20,82). Sum of RGB (Red+Green+Blue) = 219+20+82=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1452 is #24EBAD. Grayscale: #565656. Windows color (decimal): -2419630 or 5379291. OLE color: 5379291.

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

Color convert

RGB 219 20 82 -
CMYK 0 0.91 0.63 0.14
HSL 341.31º 0.83% 0.47% -
HSV(B) 341.31º 0.91% 0.86% -
XYZ 30.99 16.17 9.47 -
YUV 86.57 125.43 222.46 -
System Red Green Blue C M Y K H S L
Decimal 219 20 82 0 0.91 0.63 0.14 341.31 0.83 0.47
Hex DB 14 52 0 5B 3F E 155 53 2F
Octal 333 24 122 0 133 77 16 525 123 57
Binary 11011011 10100 1010010 0 1011011 111111 1110 101010101 1010011 101111

Color Harmonies of #DB1452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1452

Black with #DB1452

Text Example


Text Example

White with #DB1452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1452; }

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

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

background-color css

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

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

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

border-color css

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

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

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