Html Css Color HEX #DD7E7A Sea Pink

📋 copy color: '#DD7E7A'

red 221 ◦ green 126 ◦ blue 122

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

Shades of Sea Pink #DD7E7A

Tints of Sea Pink #DD7E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.01%

R = 47.12%
G = 26.87%
B = 26.01%

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

#DD7E7A (or 0xDD7E7A) is known color: Sea Pink. HEX triplet: DD, 7E and 7A. RGB value is (221,126,122). Sum of RGB (Red+Green+Blue) = 221+126+122=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7E7A is #228185. Grayscale: #9A9A9A. Windows color (decimal): -2261382 or 8027869. OLE color: 8027869.

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

Color convert

RGB 221 126 122 -
CMYK 0 0.43 0.45 0.13
HSL 2.42º 0.59% 0.67% -
HSV(B) 2.42º 0.45% 0.87% -
XYZ 40.79 31.7 22.38 -
YUV 153.95 109.97 175.83 -
System Red Green Blue C M Y K H S L
Decimal 221 126 122 0 0.43 0.45 0.13 2.42 0.59 0.67
Hex DD 7E 7A 0 2B 2D D 2 3B 43
Octal 335 176 172 0 53 55 15 2 73 103
Binary 11011101 1111110 1111010 0 101011 101101 1101 10 111011 1000011

Color Harmonies of #DD7E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E7A

Black with #DD7E7A

Text Example


Text Example

White with #DD7E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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