Html Css Color HEX #DD624D Flamingo

📋 copy color: '#DD624D'

red 221 ◦ green 98 ◦ blue 77

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

Shades of Flamingo #DD624D

Tints of Flamingo #DD624D

RGB

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

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

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

R = 55.81%
G = 24.75%
B = 19.44%

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

#DD624D (or 0xDD624D) is known color: Flamingo. HEX triplet: DD, 62 and 4D. RGB value is (221,98,77). Sum of RGB (Red+Green+Blue) = 221+98+77=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD624D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD624D is #229DB2. Grayscale: #848484. Windows color (decimal): -2268595 or 5071581. OLE color: 5071581.

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

Color convert

RGB 221 98 77 -
CMYK 0 0.56 0.65 0.13
HSL 8.75º 0.68% 0.58% -
HSV(B) 8.75º 0.65% 0.87% -
XYZ 35.53 24.64 9.91 -
YUV 132.38 96.75 191.21 -
System Red Green Blue C M Y K H S L
Decimal 221 98 77 0 0.56 0.65 0.13 8.75 0.68 0.58
Hex DD 62 4D 0 38 41 D 9 44 3A
Octal 335 142 115 0 70 101 15 11 104 72
Binary 11011101 1100010 1001101 0 111000 1000001 1101 1001 1000100 111010

Color Harmonies of #DD624D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD624D

Black with #DD624D

Text Example


Text Example

White with #DD624D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD624D; }

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

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

background-color css

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

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

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

border-color css

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

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

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