Html Css Color HEX #DD857C Sea Pink

📋 copy color: '#DD857C'

red 221 ◦ green 133 ◦ blue 124

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

Shades of Sea Pink #DD857C

Tints of Sea Pink #DD857C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.82%

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

R = 46.23%
G = 27.82%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD857C (or 0xDD857C) is known color: Sea Pink. HEX triplet: DD, 85 and 7C. RGB value is (221,133,124). Sum of RGB (Red+Green+Blue) = 221+133+124=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD857C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD857C is #227A83. Grayscale: #9E9E9E. Windows color (decimal): -2259588 or 8160733. OLE color: 8160733.

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

Color convert

RGB 221 133 124 -
CMYK 0 0.40 0.44 0.13
HSL 5.57º 0.59% 0.68% -
HSV(B) 5.57º 0.44% 0.87% -
XYZ 41.84 33.6 23.35 -
YUV 158.29 108.65 172.73 -
System Red Green Blue C M Y K H S L
Decimal 221 133 124 0 0.40 0.44 0.13 5.57 0.59 0.68
Hex DD 85 7C 0 28 2C D 6 3B 44
Octal 335 205 174 0 50 54 15 6 73 104
Binary 11011101 10000101 1111100 0 101000 101100 1101 110 111011 1000100

Color Harmonies of #DD857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD857C

Black with #DD857C

Text Example


Text Example

White with #DD857C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD857C; }

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

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

background-color css

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

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

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

border-color css

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

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

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