Html Css Color HEX #DB5E4B Flamingo

📋 copy color: '#DB5E4B'

red 219 ◦ green 94 ◦ blue 75

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

Shades of Flamingo #DB5E4B

Tints of Flamingo #DB5E4B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.23%

 BLUE value IS 75 (29.69% from 255) = 19.33%

R = 56.44%
G = 24.23%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB5E4B (or 0xDB5E4B) is known color: Flamingo. HEX triplet: DB, 5E and 4B. RGB value is (219,94,75). Sum of RGB (Red+Green+Blue) = 219+94+75=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5E4B is #24A1B4. Grayscale: #818181. Windows color (decimal): -2400693 or 4939483. OLE color: 4939483.

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

Color convert

RGB 219 94 75 -
CMYK 0 0.57 0.66 0.14
HSL 7.92º 0.67% 0.58% -
HSV(B) 7.92º 0.66% 0.86% -
XYZ 34.49 23.57 9.39 -
YUV 129.21 97.41 192.04 -
System Red Green Blue C M Y K H S L
Decimal 219 94 75 0 0.57 0.66 0.14 7.92 0.67 0.58
Hex DB 5E 4B 0 39 42 E 8 43 3A
Octal 333 136 113 0 71 102 16 10 103 72
Binary 11011011 1011110 1001011 0 111001 1000010 1110 1000 1000011 111010

Color Harmonies of #DB5E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5E4B

Black with #DB5E4B

Text Example


Text Example

White with #DB5E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5E4B; }

 p { color: rgb(219,94,75); }

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

background-color css

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

 a { background-color: rgb(219,94,75); }

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

border-color css

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

 span { border-color: rgb(219,94,75); }

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