Html Css Color HEX #DD827B Sea Pink

📋 copy color: '#DD827B'

red 221 ◦ green 130 ◦ blue 123

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

Shades of Sea Pink #DD827B

Tints of Sea Pink #DD827B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.95%

R = 46.62%
G = 27.43%
B = 25.95%

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

#DD827B (or 0xDD827B) is known color: Sea Pink. HEX triplet: DD, 82 and 7B. RGB value is (221,130,123). Sum of RGB (Red+Green+Blue) = 221+130+123=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD827B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD827B is #227D84. Grayscale: #9C9C9C. Windows color (decimal): -2260357 or 8094429. OLE color: 8094429.

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

Color convert

RGB 221 130 123 -
CMYK 0 0.41 0.44 0.13
HSL 4.29º 0.59% 0.67% -
HSV(B) 4.29º 0.44% 0.87% -
XYZ 41.38 32.77 22.88 -
YUV 156.41 109.15 174.07 -
System Red Green Blue C M Y K H S L
Decimal 221 130 123 0 0.41 0.44 0.13 4.29 0.59 0.67
Hex DD 82 7B 0 29 2C D 4 3B 43
Octal 335 202 173 0 51 54 15 4 73 103
Binary 11011101 10000010 1111011 0 101001 101100 1101 100 111011 1000011

Color Harmonies of #DD827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD827B

Black with #DD827B

Text Example


Text Example

White with #DD827B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD827B; }

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

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

background-color css

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

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

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

border-color css

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

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

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