Html Css Color HEX #DD614A Flamingo

📋 copy color: '#DD614A'

red 221 ◦ green 97 ◦ blue 74

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

Shades of Flamingo #DD614A

Tints of Flamingo #DD614A

RGB

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

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

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

R = 56.38%
G = 24.74%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD614A (or 0xDD614A) is known color: Flamingo. HEX triplet: DD, 61 and 4A. RGB value is (221,97,74). Sum of RGB (Red+Green+Blue) = 221+97+74=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD614A is #229EB5. Grayscale: #838383. Windows color (decimal): -2268854 or 4874717. OLE color: 4874717.

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

Color convert

RGB 221 97 74 -
CMYK 0 0.56 0.67 0.13
HSL 9.39º 0.68% 0.58% -
HSV(B) 9.39º 0.67% 0.87% -
XYZ 35.33 24.42 9.33 -
YUV 131.45 95.58 191.87 -
System Red Green Blue C M Y K H S L
Decimal 221 97 74 0 0.56 0.67 0.13 9.39 0.68 0.58
Hex DD 61 4A 0 38 43 D 9 44 3A
Octal 335 141 112 0 70 103 15 11 104 72
Binary 11011101 1100001 1001010 0 111000 1000011 1101 1001 1000100 111010

Color Harmonies of #DD614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD614A

Black with #DD614A

Text Example


Text Example

White with #DD614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD614A; }

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

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

background-color css

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

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

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

border-color css

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

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

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