Html Css Color HEX #DD624E Flamingo

📋 copy color: '#DD624E'

red 221 ◦ green 98 ◦ blue 78

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

Shades of Flamingo #DD624E

Tints of Flamingo #DD624E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.69%

 BLUE value IS 78 (30.86% from 255) = 19.65%

R = 55.67%
G = 24.69%
B = 19.65%

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

#DD624E (or 0xDD624E) is known color: Flamingo. HEX triplet: DD, 62 and 4E. RGB value is (221,98,78). Sum of RGB (Red+Green+Blue) = 221+98+78=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD624E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD624E is #229DB1. Grayscale: #848484. Windows color (decimal): -2268594 or 5137117. OLE color: 5137117.

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

Color convert

RGB 221 98 78 -
CMYK 0 0.56 0.65 0.13
HSL 8.39º 0.68% 0.59% -
HSV(B) 8.39º 0.65% 0.87% -
XYZ 35.56 24.66 10.09 -
YUV 132.5 97.25 191.13 -
System Red Green Blue C M Y K H S L
Decimal 221 98 78 0 0.56 0.65 0.13 8.39 0.68 0.59
Hex DD 62 4E 0 38 41 D 8 44 3B
Octal 335 142 116 0 70 101 15 10 104 73
Binary 11011101 1100010 1001110 0 111000 1000001 1101 1000 1000100 111011

Color Harmonies of #DD624E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD624E

Black with #DD624E

Text Example


Text Example

White with #DD624E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD624E; }

 p { color: rgb(221,98,78); }

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

background-color css

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

 a { background-color: rgb(221,98,78); }

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

border-color css

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

 span { border-color: rgb(221,98,78); }

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