Html Css Color HEX #DB6252 Flamingo

📋 copy color: '#DB6252'

red 219 ◦ green 98 ◦ blue 82

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

Shades of Flamingo #DB6252

Tints of Flamingo #DB6252

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.56%

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

R = 54.89%
G = 24.56%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB6252 (or 0xDB6252) is known color: Flamingo. HEX triplet: DB, 62 and 52. RGB value is (219,98,82). Sum of RGB (Red+Green+Blue) = 219+98+82=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6252 is #249DAD. Grayscale: #848484. Windows color (decimal): -2399662 or 5399259. OLE color: 5399259.

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

Color convert

RGB 219 98 82 -
CMYK 0 0.55 0.63 0.14
HSL 7.01º 0.66% 0.59% -
HSV(B) 7.01º 0.63% 0.86% -
XYZ 35.1 24.4 10.84 -
YUV 132.36 99.59 189.8 -
System Red Green Blue C M Y K H S L
Decimal 219 98 82 0 0.55 0.63 0.14 7.01 0.66 0.59
Hex DB 62 52 0 37 3F E 7 42 3B
Octal 333 142 122 0 67 77 16 7 102 73
Binary 11011011 1100010 1010010 0 110111 111111 1110 111 1000010 111011

Color Harmonies of #DB6252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6252

Black with #DB6252

Text Example


Text Example

White with #DB6252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6252; }

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

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

background-color css

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

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

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

border-color css

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

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

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