Html Css Color HEX #DD7E7C Sea Pink

📋 copy color: '#DD7E7C'

red 221 ◦ green 126 ◦ blue 124

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

Shades of Sea Pink #DD7E7C

Tints of Sea Pink #DD7E7C

RGB

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

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

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

R = 46.92%
G = 26.75%
B = 26.33%

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

#DD7E7C (or 0xDD7E7C) is known color: Sea Pink. HEX triplet: DD, 7E and 7C. RGB value is (221,126,124). Sum of RGB (Red+Green+Blue) = 221+126+124=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7E7C is #228183. Grayscale: #9A9A9A. Windows color (decimal): -2261380 or 8158941. OLE color: 8158941.

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

Color convert

RGB 221 126 124 -
CMYK 0 0.43 0.44 0.13
HSL 1.24º 0.59% 0.68% -
HSV(B) 1.24º 0.44% 0.87% -
XYZ 40.92 31.75 23.04 -
YUV 154.18 110.97 175.66 -
System Red Green Blue C M Y K H S L
Decimal 221 126 124 0 0.43 0.44 0.13 1.24 0.59 0.68
Hex DD 7E 7C 0 2B 2C D 1 3B 44
Octal 335 176 174 0 53 54 15 1 73 104
Binary 11011101 1111110 1111100 0 101011 101100 1101 1 111011 1000100

Color Harmonies of #DD7E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E7C

Black with #DD7E7C

Text Example


Text Example

White with #DD7E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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