Html Css Color HEX #DD614B Flamingo

📋 copy color: '#DD614B'

red 221 ◦ green 97 ◦ blue 75

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

Shades of Flamingo #DD614B

Tints of Flamingo #DD614B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.08%

R = 56.23%
G = 24.68%
B = 19.08%

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

#DD614B (or 0xDD614B) is known color: Flamingo. HEX triplet: DD, 61 and 4B. RGB value is (221,97,75). Sum of RGB (Red+Green+Blue) = 221+97+75=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD614B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD614B is #229EB4. Grayscale: #838383. Windows color (decimal): -2268853 or 4940253. OLE color: 4940253.

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

Color convert

RGB 221 97 75 -
CMYK 0 0.56 0.66 0.13
HSL 9.04º 0.68% 0.58% -
HSV(B) 9.04º 0.66% 0.87% -
XYZ 35.36 24.43 9.51 -
YUV 131.57 96.08 191.79 -
System Red Green Blue C M Y K H S L
Decimal 221 97 75 0 0.56 0.66 0.13 9.04 0.68 0.58
Hex DD 61 4B 0 38 42 D 9 44 3A
Octal 335 141 113 0 70 102 15 11 104 72
Binary 11011101 1100001 1001011 0 111000 1000010 1101 1001 1000100 111010

Color Harmonies of #DD614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD614B

Black with #DD614B

Text Example


Text Example

White with #DD614B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD614B; }

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

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

background-color css

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

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

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

border-color css

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

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

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