Html Css Color HEX #DD7E77 Sea Pink

📋 copy color: '#DD7E77'

red 221 ◦ green 126 ◦ blue 119

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

Shades of Sea Pink #DD7E77

Tints of Sea Pink #DD7E77

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.04%

 BLUE value IS 119 (46.88% from 255) = 25.54%

R = 47.42%
G = 27.04%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD7E77 (or 0xDD7E77) is known color: Sea Pink. HEX triplet: DD, 7E and 77. RGB value is (221,126,119). Sum of RGB (Red+Green+Blue) = 221+126+119=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7E77 is #228188. Grayscale: #999999. Windows color (decimal): -2261385 or 7831261. OLE color: 7831261.

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

Color convert

RGB 221 126 119 -
CMYK 0 0.43 0.46 0.13
HSL 4.12º 0.6% 0.67% -
HSV(B) 4.12º 0.46% 0.87% -
XYZ 40.61 31.63 21.42 -
YUV 153.61 108.47 176.07 -
System Red Green Blue C M Y K H S L
Decimal 221 126 119 0 0.43 0.46 0.13 4.12 0.6 0.67
Hex DD 7E 77 0 2B 2E D 4 3C 43
Octal 335 176 167 0 53 56 15 4 74 103
Binary 11011101 1111110 1110111 0 101011 101110 1101 100 111100 1000011

Color Harmonies of #DD7E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E77

Black with #DD7E77

Text Example


Text Example

White with #DD7E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E77; }

 p { color: rgb(221,126,119); }

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

background-color css

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

 a { background-color: rgb(221,126,119); }

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

border-color css

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

 span { border-color: rgb(221,126,119); }

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