Html Css Color HEX #DB614F Flamingo

📋 copy color: '#DB614F'

red 219 ◦ green 97 ◦ blue 79

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

Shades of Flamingo #DB614F

Tints of Flamingo #DB614F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20%

R = 55.44%
G = 24.56%
B = 20%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB614F (or 0xDB614F) is known color: Flamingo. HEX triplet: DB, 61 and 4F. RGB value is (219,97,79). Sum of RGB (Red+Green+Blue) = 219+97+79=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB614F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB614F is #249EB0. Grayscale: #838383. Windows color (decimal): -2399921 or 5202395. OLE color: 5202395.

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

Color convert

RGB 219 97 79 -
CMYK 0 0.56 0.64 0.14
HSL 7.71º 0.66% 0.58% -
HSV(B) 7.71º 0.64% 0.86% -
XYZ 34.9 24.17 10.22 -
YUV 131.43 98.42 190.46 -
System Red Green Blue C M Y K H S L
Decimal 219 97 79 0 0.56 0.64 0.14 7.71 0.66 0.58
Hex DB 61 4F 0 38 40 E 8 42 3A
Octal 333 141 117 0 70 100 16 10 102 72
Binary 11011011 1100001 1001111 0 111000 1000000 1110 1000 1000010 111010

Color Harmonies of #DB614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB614F

Black with #DB614F

Text Example


Text Example

White with #DB614F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB614F; }

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

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

background-color css

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

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

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

border-color css

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

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

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