Html Css Color HEX #DD614D Flamingo

📋 copy color: '#DD614D'

red 221 ◦ green 97 ◦ blue 77

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

Shades of Flamingo #DD614D

Tints of Flamingo #DD614D

RGB

 RED value IS 221 (86.72% from 255) = 55.95%

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

 BLUE value IS 77 (30.47% from 255) = 19.49%

R = 55.95%
G = 24.56%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD614D (or 0xDD614D) is known color: Flamingo. HEX triplet: DD, 61 and 4D. RGB value is (221,97,77). Sum of RGB (Red+Green+Blue) = 221+97+77=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD614D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD614D is #229EB2. Grayscale: #848484. Windows color (decimal): -2268851 or 5071325. OLE color: 5071325.

HSL color Cylindrical-coordinate representation of color #DD614D: hue angle of 8.33º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD614D is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 97 77 -
CMYK 0 0.56 0.65 0.13
HSL 8.33º 0.68% 0.58% -
HSV(B) 8.33º 0.65% 0.87% -
XYZ 35.43 24.46 9.87 -
YUV 131.8 97.08 191.63 -
System Red Green Blue C M Y K H S L
Decimal 221 97 77 0 0.56 0.65 0.13 8.33 0.68 0.58
Hex DD 61 4D 0 38 41 D 8 44 3A
Octal 335 141 115 0 70 101 15 10 104 72
Binary 11011101 1100001 1001101 0 111000 1000001 1101 1000 1000100 111010

Color Harmonies of #DD614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD614D

Black with #DD614D

Text Example


Text Example

White with #DD614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD614D; }

 p { color: rgb(221,97,77); }

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

background-color css

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

 a { background-color: rgb(221,97,77); }

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

border-color css

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

 span { border-color: rgb(221,97,77); }

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