Html Css Color HEX #DD624C Flamingo

📋 copy color: '#DD624C'

red 221 ◦ green 98 ◦ blue 76

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

Shades of Flamingo #DD624C

Tints of Flamingo #DD624C

RGB

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

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

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

R = 55.95%
G = 24.81%
B = 19.24%

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

#DD624C (or 0xDD624C) is known color: Flamingo. HEX triplet: DD, 62 and 4C. RGB value is (221,98,76). Sum of RGB (Red+Green+Blue) = 221+98+76=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD624C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD624C is #229DB3. Grayscale: #848484. Windows color (decimal): -2268596 or 5006045. OLE color: 5006045.

HSL color Cylindrical-coordinate representation of color #DD624C: hue angle of 9.1º 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 #DD624C is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 98 76 -
CMYK 0 0.56 0.66 0.13
HSL 9.1º 0.68% 0.58% -
HSV(B) 9.1º 0.66% 0.87% -
XYZ 35.49 24.63 9.72 -
YUV 132.27 96.25 191.29 -
System Red Green Blue C M Y K H S L
Decimal 221 98 76 0 0.56 0.66 0.13 9.1 0.68 0.58
Hex DD 62 4C 0 38 42 D 9 44 3A
Octal 335 142 114 0 70 102 15 11 104 72
Binary 11011101 1100010 1001100 0 111000 1000010 1101 1001 1000100 111010

Color Harmonies of #DD624C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD624C

Black with #DD624C

Text Example


Text Example

White with #DD624C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD624C; }

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

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

background-color css

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

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

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

border-color css

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

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

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