Html Css Color HEX #DD817A Sea Pink

📋 copy color: '#DD817A'

red 221 ◦ green 129 ◦ blue 122

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

Shades of Sea Pink #DD817A

Tints of Sea Pink #DD817A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.33%

 BLUE value IS 122 (48.05% from 255) = 25.85%

R = 46.82%
G = 27.33%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD817A (or 0xDD817A) is known color: Sea Pink. HEX triplet: DD, 81 and 7A. RGB value is (221,129,122). Sum of RGB (Red+Green+Blue) = 221+129+122=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD817A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD817A is #227E85. Grayscale: #9B9B9B. Windows color (decimal): -2260614 or 8028637. OLE color: 8028637.

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

Color convert

RGB 221 129 122 -
CMYK 0 0.42 0.45 0.13
HSL 4.24º 0.59% 0.67% -
HSV(B) 4.24º 0.45% 0.87% -
XYZ 41.18 32.48 22.51 -
YUV 155.71 108.98 174.57 -
System Red Green Blue C M Y K H S L
Decimal 221 129 122 0 0.42 0.45 0.13 4.24 0.59 0.67
Hex DD 81 7A 0 2A 2D D 4 3B 43
Octal 335 201 172 0 52 55 15 4 73 103
Binary 11011101 10000001 1111010 0 101010 101101 1101 100 111011 1000011

Color Harmonies of #DD817A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD817A

Black with #DD817A

Text Example


Text Example

White with #DD817A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD817A; }

 p { color: rgb(221,129,122); }

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

background-color css

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

 a { background-color: rgb(221,129,122); }

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

border-color css

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

 span { border-color: rgb(221,129,122); }

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