Html Css Color HEX #DB5F51 Flamingo

📋 copy color: '#DB5F51'

red 219 ◦ green 95 ◦ blue 81

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

Shades of Flamingo #DB5F51

Tints of Flamingo #DB5F51

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.05%

 BLUE value IS 81 (32.03% from 255) = 20.51%

R = 55.44%
G = 24.05%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB5F51 (or 0xDB5F51) is known color: Flamingo. HEX triplet: DB, 5F and 51. RGB value is (219,95,81). Sum of RGB (Red+Green+Blue) = 219+95+81=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5F51 is #24A0AE. Grayscale: #828282. Windows color (decimal): -2400431 or 5332955. OLE color: 5332955.

HSL color Cylindrical-coordinate representation of color #DB5F51: hue angle of 6.09º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5F51 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 95 81 -
CMYK 0 0.57 0.63 0.14
HSL 6.09º 0.66% 0.59% -
HSV(B) 6.09º 0.63% 0.86% -
XYZ 34.79 23.84 10.55 -
YUV 130.48 100.08 191.14 -
System Red Green Blue C M Y K H S L
Decimal 219 95 81 0 0.57 0.63 0.14 6.09 0.66 0.59
Hex DB 5F 51 0 39 3F E 6 42 3B
Octal 333 137 121 0 71 77 16 6 102 73
Binary 11011011 1011111 1010001 0 111001 111111 1110 110 1000010 111011

Color Harmonies of #DB5F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5F51

Black with #DB5F51

Text Example


Text Example

White with #DB5F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5F51; }

 p { color: rgb(219,95,81); }

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

background-color css

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

 a { background-color: rgb(219,95,81); }

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

border-color css

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

 span { border-color: rgb(219,95,81); }

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