Html Css Color HEX #DD867D Sea Pink

📋 copy color: '#DD867D'

red 221 ◦ green 134 ◦ blue 125

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

Shades of Sea Pink #DD867D

Tints of Sea Pink #DD867D

RGB

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

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

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

R = 46.04%
G = 27.92%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD867D (or 0xDD867D) is known color: Sea Pink. HEX triplet: DD, 86 and 7D. RGB value is (221,134,125). Sum of RGB (Red+Green+Blue) = 221+134+125=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD867D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD867D is #227982. Grayscale: #9F9F9F. Windows color (decimal): -2259331 or 8226525. OLE color: 8226525.

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

Color convert

RGB 221 134 125 -
CMYK 0 0.39 0.43 0.13
HSL 5.63º 0.59% 0.68% -
HSV(B) 5.63º 0.43% 0.87% -
XYZ 42.05 33.9 23.73 -
YUV 158.99 108.82 172.23 -
System Red Green Blue C M Y K H S L
Decimal 221 134 125 0 0.39 0.43 0.13 5.63 0.59 0.68
Hex DD 86 7D 0 27 2B D 6 3B 44
Octal 335 206 175 0 47 53 15 6 73 104
Binary 11011101 10000110 1111101 0 100111 101011 1101 110 111011 1000100

Color Harmonies of #DD867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD867D

Black with #DD867D

Text Example


Text Example

White with #DD867D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD867D; }

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

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

background-color css

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

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

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

border-color css

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

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

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