Html Css Color HEX #DD7F7C Sea Pink

📋 copy color: '#DD7F7C'

red 221 ◦ green 127 ◦ blue 124

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

Shades of Sea Pink #DD7F7C

Tints of Sea Pink #DD7F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.27%

R = 46.82%
G = 26.91%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD7F7C (or 0xDD7F7C) is known color: Sea Pink. HEX triplet: DD, 7F and 7C. RGB value is (221,127,124). Sum of RGB (Red+Green+Blue) = 221+127+124=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7F7C is #228083. Grayscale: #9A9A9A. Windows color (decimal): -2261124 or 8159197. OLE color: 8159197.

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

Color convert

RGB 221 127 124 -
CMYK 0 0.43 0.44 0.13
HSL 1.86º 0.59% 0.68% -
HSV(B) 1.86º 0.44% 0.87% -
XYZ 41.05 32.01 23.08 -
YUV 154.76 110.64 175.24 -
System Red Green Blue C M Y K H S L
Decimal 221 127 124 0 0.43 0.44 0.13 1.86 0.59 0.68
Hex DD 7F 7C 0 2B 2C D 2 3B 44
Octal 335 177 174 0 53 54 15 2 73 104
Binary 11011101 1111111 1111100 0 101011 101100 1101 10 111011 1000100

Color Harmonies of #DD7F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F7C

Black with #DD7F7C

Text Example


Text Example

White with #DD7F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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