Html Css Color HEX #DD634F Flamingo

📋 copy color: '#DD634F'

red 221 ◦ green 99 ◦ blue 79

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

Shades of Flamingo #DD634F

Tints of Flamingo #DD634F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.8%

R = 55.39%
G = 24.81%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD634F (or 0xDD634F) is known color: Flamingo. HEX triplet: DD, 63 and 4F. RGB value is (221,99,79). Sum of RGB (Red+Green+Blue) = 221+99+79=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD634F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD634F is #229CB0. Grayscale: #858585. Windows color (decimal): -2268337 or 5202909. OLE color: 5202909.

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

Color convert

RGB 221 99 79 -
CMYK 0 0.55 0.64 0.13
HSL 8.45º 0.68% 0.59% -
HSV(B) 8.45º 0.64% 0.87% -
XYZ 35.69 24.86 10.31 -
YUV 133.2 97.42 190.63 -
System Red Green Blue C M Y K H S L
Decimal 221 99 79 0 0.55 0.64 0.13 8.45 0.68 0.59
Hex DD 63 4F 0 37 40 D 8 44 3B
Octal 335 143 117 0 67 100 15 10 104 73
Binary 11011101 1100011 1001111 0 110111 1000000 1101 1000 1000100 111011

Color Harmonies of #DD634F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD634F

Black with #DD634F

Text Example


Text Example

White with #DD634F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD634F; }

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

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

background-color css

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

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

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

border-color css

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

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

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