Html Css Color HEX #DD857D Sea Pink

📋 copy color: '#DD857D'

red 221 ◦ green 133 ◦ blue 125

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

Shades of Sea Pink #DD857D

Tints of Sea Pink #DD857D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.1%

R = 46.14%
G = 27.77%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD857D (or 0xDD857D) is known color: Sea Pink. HEX triplet: DD, 85 and 7D. RGB value is (221,133,125). Sum of RGB (Red+Green+Blue) = 221+133+125=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD857D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD857D is #227A82. Grayscale: #9E9E9E. Windows color (decimal): -2259587 or 8226269. OLE color: 8226269.

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

Color convert

RGB 221 133 125 -
CMYK 0 0.40 0.43 0.13
HSL 0.59% 0.68% -
HSV(B) 0.43% 0.87% -
XYZ 41.91 33.63 23.68 -
YUV 158.4 109.15 172.65 -
System Red Green Blue C M Y K H S L
Decimal 221 133 125 0 0.40 0.43 0.13 5 0.59 0.68
Hex DD 85 7D 0 28 2B D 5 3B 44
Octal 335 205 175 0 50 53 15 5 73 104
Binary 11011101 10000101 1111101 0 101000 101011 1101 101 111011 1000100

Color Harmonies of #DD857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD857D

Black with #DD857D

Text Example


Text Example

White with #DD857D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD857D; }

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

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

background-color css

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

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

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

border-color css

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

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

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