Html Css Color HEX #DB6053 Flamingo

📋 copy color: '#DB6053'

red 219 ◦ green 96 ◦ blue 83

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

Shades of Flamingo #DB6053

Tints of Flamingo #DB6053

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.12%

 BLUE value IS 83 (32.81% from 255) = 20.85%

R = 55.03%
G = 24.12%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB6053 (or 0xDB6053) is known color: Flamingo. HEX triplet: DB, 60 and 53. RGB value is (219,96,83). Sum of RGB (Red+Green+Blue) = 219+96+83=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6053 is #249FAC. Grayscale: #838383. Windows color (decimal): -2400173 or 5464283. OLE color: 5464283.

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

Color convert

RGB 219 96 83 -
CMYK 0 0.56 0.62 0.14
HSL 5.74º 0.65% 0.59% -
HSV(B) 5.74º 0.62% 0.86% -
XYZ 34.96 24.05 10.98 -
YUV 131.3 100.75 190.56 -
System Red Green Blue C M Y K H S L
Decimal 219 96 83 0 0.56 0.62 0.14 5.74 0.65 0.59
Hex DB 60 53 0 38 3E E 6 41 3B
Octal 333 140 123 0 70 76 16 6 101 73
Binary 11011011 1100000 1010011 0 111000 111110 1110 110 1000001 111011

Color Harmonies of #DB6053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6053

Black with #DB6053

Text Example


Text Example

White with #DB6053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6053; }

 p { color: rgb(219,96,83); }

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

background-color css

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

 a { background-color: rgb(219,96,83); }

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

border-color css

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

 span { border-color: rgb(219,96,83); }

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