Html Css Color HEX #DD837D Sea Pink

📋 copy color: '#DD837D'

red 221 ◦ green 131 ◦ blue 125

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

Shades of Sea Pink #DD837D

Tints of Sea Pink #DD837D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.46%

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

R = 46.33%
G = 27.46%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD837D (or 0xDD837D) is known color: Sea Pink. HEX triplet: DD, 83 and 7D. RGB value is (221,131,125). Sum of RGB (Red+Green+Blue) = 221+131+125=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD837D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD837D is #227C82. Grayscale: #9D9D9D. Windows color (decimal): -2260099 or 8225757. OLE color: 8225757.

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

Color convert

RGB 221 131 125 -
CMYK 0 0.41 0.43 0.13
HSL 3.75º 0.59% 0.68% -
HSV(B) 3.75º 0.43% 0.87% -
XYZ 41.64 33.09 23.59 -
YUV 157.23 109.82 173.49 -
System Red Green Blue C M Y K H S L
Decimal 221 131 125 0 0.41 0.43 0.13 3.75 0.59 0.68
Hex DD 83 7D 0 29 2B D 4 3B 44
Octal 335 203 175 0 51 53 15 4 73 104
Binary 11011101 10000011 1111101 0 101001 101011 1101 100 111011 1000100

Color Harmonies of #DD837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD837D

Black with #DD837D

Text Example


Text Example

White with #DD837D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD837D; }

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

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

background-color css

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

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

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

border-color css

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

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

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