Html Css Color HEX #DD827C Sea Pink

📋 copy color: '#DD827C'

red 221 ◦ green 130 ◦ blue 124

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

Shades of Sea Pink #DD827C

Tints of Sea Pink #DD827C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.37%

 BLUE value IS 124 (48.83% from 255) = 26.11%

R = 46.53%
G = 27.37%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD827C (or 0xDD827C) is known color: Sea Pink. HEX triplet: DD, 82 and 7C. RGB value is (221,130,124). Sum of RGB (Red+Green+Blue) = 221+130+124=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD827C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD827C is #227D83. Grayscale: #9C9C9C. Windows color (decimal): -2260356 or 8159965. OLE color: 8159965.

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

Color convert

RGB 221 130 124 -
CMYK 0 0.41 0.44 0.13
HSL 3.71º 0.59% 0.68% -
HSV(B) 3.71º 0.44% 0.87% -
XYZ 41.44 32.79 23.21 -
YUV 156.53 109.65 173.99 -
System Red Green Blue C M Y K H S L
Decimal 221 130 124 0 0.41 0.44 0.13 3.71 0.59 0.68
Hex DD 82 7C 0 29 2C D 4 3B 44
Octal 335 202 174 0 51 54 15 4 73 104
Binary 11011101 10000010 1111100 0 101001 101100 1101 100 111011 1000100

Color Harmonies of #DD827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD827C

Black with #DD827C

Text Example


Text Example

White with #DD827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD827C; }

 p { color: rgb(221,130,124); }

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

background-color css

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

 a { background-color: rgb(221,130,124); }

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

border-color css

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

 span { border-color: rgb(221,130,124); }

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