Html Css Color HEX #DD634E Flamingo

📋 copy color: '#DD634E'

red 221 ◦ green 99 ◦ blue 78

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

Shades of Flamingo #DD634E

Tints of Flamingo #DD634E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.87%

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

R = 55.53%
G = 24.87%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD634E (or 0xDD634E) is known color: Flamingo. HEX triplet: DD, 63 and 4E. RGB value is (221,99,78). Sum of RGB (Red+Green+Blue) = 221+99+78=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD634E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD634E is #229CB1. Grayscale: #858585. Windows color (decimal): -2268338 or 5137373. OLE color: 5137373.

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

Color convert

RGB 221 99 78 -
CMYK 0 0.55 0.65 0.13
HSL 8.81º 0.68% 0.59% -
HSV(B) 8.81º 0.65% 0.87% -
XYZ 35.66 24.85 10.12 -
YUV 133.08 96.92 190.71 -
System Red Green Blue C M Y K H S L
Decimal 221 99 78 0 0.55 0.65 0.13 8.81 0.68 0.59
Hex DD 63 4E 0 37 41 D 9 44 3B
Octal 335 143 116 0 67 101 15 11 104 73
Binary 11011101 1100011 1001110 0 110111 1000001 1101 1001 1000100 111011

Color Harmonies of #DD634E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD634E

Black with #DD634E

Text Example


Text Example

White with #DD634E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD634E; }

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

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

background-color css

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

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

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

border-color css

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

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

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