Html Css Color HEX #DD614C Flamingo

📋 copy color: '#DD614C'

red 221 ◦ green 97 ◦ blue 76

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

Shades of Flamingo #DD614C

Tints of Flamingo #DD614C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.29%

R = 56.09%
G = 24.62%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD614C (or 0xDD614C) is known color: Flamingo. HEX triplet: DD, 61 and 4C. RGB value is (221,97,76). Sum of RGB (Red+Green+Blue) = 221+97+76=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD614C is #229EB3. Grayscale: #838383. Windows color (decimal): -2268852 or 5005789. OLE color: 5005789.

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

Color convert

RGB 221 97 76 -
CMYK 0 0.56 0.66 0.13
HSL 8.69º 0.68% 0.58% -
HSV(B) 8.69º 0.66% 0.87% -
XYZ 35.4 24.44 9.69 -
YUV 131.68 96.58 191.71 -
System Red Green Blue C M Y K H S L
Decimal 221 97 76 0 0.56 0.66 0.13 8.69 0.68 0.58
Hex DD 61 4C 0 38 42 D 9 44 3A
Octal 335 141 114 0 70 102 15 11 104 72
Binary 11011101 1100001 1001100 0 111000 1000010 1101 1001 1000100 111010

Color Harmonies of #DD614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD614C

Black with #DD614C

Text Example


Text Example

White with #DD614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD614C; }

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

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

background-color css

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

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

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

border-color css

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

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

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