Html Css Color HEX #DD7F79 Sea Pink

📋 copy color: '#DD7F79'

red 221 ◦ green 127 ◦ blue 121

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

Shades of Sea Pink #DD7F79

Tints of Sea Pink #DD7F79

RGB

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

 GREEN value IS 127 (50% from 255) = 27.08%

 BLUE value IS 121 (47.66% from 255) = 25.8%

R = 47.12%
G = 27.08%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD7F79 (or 0xDD7F79) is known color: Sea Pink. HEX triplet: DD, 7F and 79. RGB value is (221,127,121). Sum of RGB (Red+Green+Blue) = 221+127+121=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7F79 is #228086. Grayscale: #9A9A9A. Windows color (decimal): -2261127 or 7962589. OLE color: 7962589.

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

Color convert

RGB 221 127 121 -
CMYK 0 0.43 0.45 0.13
HSL 3.6º 0.6% 0.67% -
HSV(B) 3.6º 0.45% 0.87% -
XYZ 40.86 31.93 22.1 -
YUV 154.42 109.14 175.49 -
System Red Green Blue C M Y K H S L
Decimal 221 127 121 0 0.43 0.45 0.13 3.6 0.6 0.67
Hex DD 7F 79 0 2B 2D D 4 3C 43
Octal 335 177 171 0 53 55 15 4 74 103
Binary 11011101 1111111 1111001 0 101011 101101 1101 100 111100 1000011

Color Harmonies of #DD7F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F79

Black with #DD7F79

Text Example


Text Example

White with #DD7F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F79; }

 p { color: rgb(221,127,121); }

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

background-color css

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

 a { background-color: rgb(221,127,121); }

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

border-color css

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

 span { border-color: rgb(221,127,121); }

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