Html Css Color HEX #DB6552 Flamingo

📋 copy color: '#DB6552'

red 219 ◦ green 101 ◦ blue 82

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

Shades of Flamingo #DB6552

Tints of Flamingo #DB6552

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.12%

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

R = 54.48%
G = 25.12%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB6552 (or 0xDB6552) is known color: Flamingo. HEX triplet: DB, 65 and 52. RGB value is (219,101,82). Sum of RGB (Red+Green+Blue) = 219+101+82=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6552 is #249AAD. Grayscale: #868686. Windows color (decimal): -2398894 or 5400027. OLE color: 5400027.

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

Color convert

RGB 219 101 82 -
CMYK 0 0.54 0.63 0.14
HSL 8.32º 0.66% 0.59% -
HSV(B) 8.32º 0.63% 0.86% -
XYZ 35.39 24.98 10.94 -
YUV 134.12 98.59 188.54 -
System Red Green Blue C M Y K H S L
Decimal 219 101 82 0 0.54 0.63 0.14 8.32 0.66 0.59
Hex DB 65 52 0 36 3F E 8 42 3B
Octal 333 145 122 0 66 77 16 10 102 73
Binary 11011011 1100101 1010010 0 110110 111111 1110 1000 1000010 111011

Color Harmonies of #DB6552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6552

Black with #DB6552

Text Example


Text Example

White with #DB6552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6552; }

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

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

background-color css

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

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

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

border-color css

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

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

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