Html Css Color HEX #DD7D77 Sea Pink

📋 copy color: '#DD7D77'

red 221 ◦ green 125 ◦ blue 119

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

Shades of Sea Pink #DD7D77

Tints of Sea Pink #DD7D77

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.88%

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

R = 47.53%
G = 26.88%
B = 25.59%

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

#DD7D77 (or 0xDD7D77) is known color: Sea Pink. HEX triplet: DD, 7D and 77. RGB value is (221,125,119). Sum of RGB (Red+Green+Blue) = 221+125+119=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7D77 is #228288. Grayscale: #999999. Windows color (decimal): -2261641 or 7831005. OLE color: 7831005.

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

Color convert

RGB 221 125 119 -
CMYK 0 0.43 0.46 0.13
HSL 3.53º 0.6% 0.67% -
HSV(B) 3.53º 0.46% 0.87% -
XYZ 40.48 31.37 21.37 -
YUV 153.02 108.8 176.49 -
System Red Green Blue C M Y K H S L
Decimal 221 125 119 0 0.43 0.46 0.13 3.53 0.6 0.67
Hex DD 7D 77 0 2B 2E D 4 3C 43
Octal 335 175 167 0 53 56 15 4 74 103
Binary 11011101 1111101 1110111 0 101011 101110 1101 100 111100 1000011

Color Harmonies of #DD7D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D77

Black with #DD7D77

Text Example


Text Example

White with #DD7D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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