Html Css Color HEX #DB5D4B Flamingo

📋 copy color: '#DB5D4B'

red 219 ◦ green 93 ◦ blue 75

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

Shades of Flamingo #DB5D4B

Tints of Flamingo #DB5D4B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.03%

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

R = 56.59%
G = 24.03%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB5D4B (or 0xDB5D4B) is known color: Flamingo. HEX triplet: DB, 5D and 4B. RGB value is (219,93,75). Sum of RGB (Red+Green+Blue) = 219+93+75=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5D4B is #24A2B4. Grayscale: #808080. Windows color (decimal): -2400949 or 4939227. OLE color: 4939227.

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

Color convert

RGB 219 93 75 -
CMYK 0 0.58 0.66 0.14
HSL 7.5º 0.67% 0.58% -
HSV(B) 7.5º 0.66% 0.86% -
XYZ 34.4 23.4 9.36 -
YUV 128.62 97.74 192.46 -
System Red Green Blue C M Y K H S L
Decimal 219 93 75 0 0.58 0.66 0.14 7.5 0.67 0.58
Hex DB 5D 4B 0 3A 42 E 8 43 3A
Octal 333 135 113 0 72 102 16 10 103 72
Binary 11011011 1011101 1001011 0 111010 1000010 1110 1000 1000011 111010

Color Harmonies of #DB5D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5D4B

Black with #DB5D4B

Text Example


Text Example

White with #DB5D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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