Html Css Color HEX #DD867C Sea Pink

📋 copy color: '#DD867C'

red 221 ◦ green 134 ◦ blue 124

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

Shades of Sea Pink #DD867C

Tints of Sea Pink #DD867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.97%

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

R = 46.14%
G = 27.97%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD867C (or 0xDD867C) is known color: Sea Pink. HEX triplet: DD, 86 and 7C. RGB value is (221,134,124). Sum of RGB (Red+Green+Blue) = 221+134+124=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD867C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD867C is #227983. Grayscale: #9F9F9F. Windows color (decimal): -2259332 or 8160989. OLE color: 8160989.

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

Color convert

RGB 221 134 124 -
CMYK 0 0.39 0.44 0.13
HSL 6.19º 0.59% 0.68% -
HSV(B) 6.19º 0.44% 0.87% -
XYZ 41.98 33.88 23.4 -
YUV 158.87 108.32 172.31 -
System Red Green Blue C M Y K H S L
Decimal 221 134 124 0 0.39 0.44 0.13 6.19 0.59 0.68
Hex DD 86 7C 0 27 2C D 6 3B 44
Octal 335 206 174 0 47 54 15 6 73 104
Binary 11011101 10000110 1111100 0 100111 101100 1101 110 111011 1000100

Color Harmonies of #DD867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD867C

Black with #DD867C

Text Example


Text Example

White with #DD867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD867C; }

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

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

background-color css

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

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

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

border-color css

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

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

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