Html Css Color HEX #DD6353 Flamingo

📋 copy color: '#DD6353'

red 221 ◦ green 99 ◦ blue 83

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

Shades of Flamingo #DD6353

Tints of Flamingo #DD6353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.6%

R = 54.84%
G = 24.57%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD6353 (or 0xDD6353) is known color: Flamingo. HEX triplet: DD, 63 and 53. RGB value is (221,99,83). Sum of RGB (Red+Green+Blue) = 221+99+83=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6353 is #229CAC. Grayscale: #858585. Windows color (decimal): -2268333 or 5465053. OLE color: 5465053.

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

Color convert

RGB 221 99 83 -
CMYK 0 0.55 0.62 0.13
HSL 6.96º 0.67% 0.6% -
HSV(B) 6.96º 0.62% 0.87% -
XYZ 35.84 24.92 11.1 -
YUV 133.65 99.42 190.3 -
System Red Green Blue C M Y K H S L
Decimal 221 99 83 0 0.55 0.62 0.13 6.96 0.67 0.6
Hex DD 63 53 0 37 3E D 7 43 3C
Octal 335 143 123 0 67 76 15 7 103 74
Binary 11011101 1100011 1010011 0 110111 111110 1101 111 1000011 111100

Color Harmonies of #DD6353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6353

Black with #DD6353

Text Example


Text Example

White with #DD6353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6353; }

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

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

background-color css

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

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

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

border-color css

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

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

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