Html Css Color HEX #DB614A Flamingo

📋 copy color: '#DB614A'

red 219 ◦ green 97 ◦ blue 74

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

Shades of Flamingo #DB614A

Tints of Flamingo #DB614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.87%

 BLUE value IS 74 (29.3% from 255) = 18.97%

R = 56.15%
G = 24.87%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB614A (or 0xDB614A) is known color: Flamingo. HEX triplet: DB, 61 and 4A. RGB value is (219,97,74). Sum of RGB (Red+Green+Blue) = 219+97+74=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB614A is #249EB5. Grayscale: #838383. Windows color (decimal): -2399926 or 4874715. OLE color: 4874715.

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

Color convert

RGB 219 97 74 -
CMYK 0 0.56 0.66 0.14
HSL 9.52º 0.67% 0.57% -
HSV(B) 9.52º 0.66% 0.86% -
XYZ 34.72 24.1 9.3 -
YUV 130.86 95.92 190.87 -
System Red Green Blue C M Y K H S L
Decimal 219 97 74 0 0.56 0.66 0.14 9.52 0.67 0.57
Hex DB 61 4A 0 38 42 E A 43 39
Octal 333 141 112 0 70 102 16 12 103 71
Binary 11011011 1100001 1001010 0 111000 1000010 1110 1010 1000011 111001

Color Harmonies of #DB614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB614A

Black with #DB614A

Text Example


Text Example

White with #DB614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB614A; }

 p { color: rgb(219,97,74); }

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

background-color css

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

 a { background-color: rgb(219,97,74); }

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

border-color css

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

 span { border-color: rgb(219,97,74); }

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