Html Css Color HEX #DD857B Sea Pink

📋 copy color: '#DD857B'

red 221 ◦ green 133 ◦ blue 123

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

Shades of Sea Pink #DD857B

Tints of Sea Pink #DD857B

RGB

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

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

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

R = 46.33%
G = 27.88%
B = 25.79%

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

#DD857B (or 0xDD857B) is known color: Sea Pink. HEX triplet: DD, 85 and 7B. RGB value is (221,133,123). Sum of RGB (Red+Green+Blue) = 221+133+123=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD857B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD857B is #227A84. Grayscale: #9E9E9E. Windows color (decimal): -2259589 or 8095197. OLE color: 8095197.

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

Color convert

RGB 221 133 123 -
CMYK 0 0.40 0.44 0.13
HSL 6.12º 0.59% 0.67% -
HSV(B) 6.12º 0.44% 0.87% -
XYZ 41.78 33.58 23.02 -
YUV 158.17 108.15 172.81 -
System Red Green Blue C M Y K H S L
Decimal 221 133 123 0 0.40 0.44 0.13 6.12 0.59 0.67
Hex DD 85 7B 0 28 2C D 6 3B 43
Octal 335 205 173 0 50 54 15 6 73 103
Binary 11011101 10000101 1111011 0 101000 101100 1101 110 111011 1000011

Color Harmonies of #DD857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD857B

Black with #DD857B

Text Example


Text Example

White with #DD857B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD857B; }

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

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

background-color css

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

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

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

border-color css

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

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

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