Html Css Color HEX #DB6452 Flamingo

📋 copy color: '#DB6452'

red 219 ◦ green 100 ◦ blue 82

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

Shades of Flamingo #DB6452

Tints of Flamingo #DB6452

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.94%

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

R = 54.61%
G = 24.94%
B = 20.45%

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

#DB6452 (or 0xDB6452) is known color: Flamingo. HEX triplet: DB, 64 and 52. RGB value is (219,100,82). Sum of RGB (Red+Green+Blue) = 219+100+82=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6452 is #249BAD. Grayscale: #858585. Windows color (decimal): -2399150 or 5399771. OLE color: 5399771.

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

Color convert

RGB 219 100 82 -
CMYK 0 0.54 0.63 0.14
HSL 7.88º 0.66% 0.59% -
HSV(B) 7.88º 0.63% 0.86% -
XYZ 35.29 24.78 10.91 -
YUV 133.53 98.92 188.96 -
System Red Green Blue C M Y K H S L
Decimal 219 100 82 0 0.54 0.63 0.14 7.88 0.66 0.59
Hex DB 64 52 0 36 3F E 8 42 3B
Octal 333 144 122 0 66 77 16 10 102 73
Binary 11011011 1100100 1010010 0 110110 111111 1110 1000 1000010 111011

Color Harmonies of #DB6452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6452

Black with #DB6452

Text Example


Text Example

White with #DB6452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6452; }

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

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

background-color css

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

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

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

border-color css

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

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

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