Html Css Color HEX #DD7E7E Sea Pink

📋 copy color: '#DD7E7E'

red 221 ◦ green 126 ◦ blue 126

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

Shades of Sea Pink #DD7E7E

Tints of Sea Pink #DD7E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.64%

R = 46.72%
G = 26.64%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD7E7E (or 0xDD7E7E) is known color: Sea Pink. HEX triplet: DD, 7E and 7E. RGB value is (221,126,126). Sum of RGB (Red+Green+Blue) = 221+126+126=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7E7E is #228181. Grayscale: #9A9A9A. Windows color (decimal): -2261378 or 8290013. OLE color: 8290013.

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

Color convert

RGB 221 126 126 -
CMYK 0 0.43 0.43 0.13
HSL 0.58% 0.68% -
HSV(B) 0.43% 0.87% -
XYZ 41.05 31.8 23.71 -
YUV 154.41 111.97 175.5 -
System Red Green Blue C M Y K H S L
Decimal 221 126 126 0 0.43 0.43 0.13 0 0.58 0.68
Hex DD 7E 7E 0 2B 2B D 0 3A 44
Octal 335 176 176 0 53 53 15 0 72 104
Binary 11011101 1111110 1111110 0 101011 101011 1101 0 111010 1000100

Color Harmonies of #DD7E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E7E

Black with #DD7E7E

Text Example


Text Example

White with #DD7E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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