Html Css Color HEX #DD7979 Sea Pink

📋 copy color: '#DD7979'

red 221 ◦ green 121 ◦ blue 121

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

Shades of Sea Pink #DD7979

Tints of Sea Pink #DD7979

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.13%

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

R = 47.73%
G = 26.13%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD7979 (or 0xDD7979) is known color: Sea Pink. HEX triplet: DD, 79 and 79. RGB value is (221,121,121). Sum of RGB (Red+Green+Blue) = 221+121+121=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 121 (47.66% from 255 or 26.13% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7979 is #228686. Grayscale: #979797. Windows color (decimal): -2262663 or 7961053. OLE color: 7961053.

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

Color convert

RGB 221 121 121 -
CMYK 0 0.45 0.45 0.13
HSL 0.6% 0.67% -
HSV(B) 0.45% 0.87% -
XYZ 40.11 30.43 21.85 -
YUV 150.9 111.13 178 -
System Red Green Blue C M Y K H S L
Decimal 221 121 121 0 0.45 0.45 0.13 0 0.6 0.67
Hex DD 79 79 0 2D 2D D 0 3C 43
Octal 335 171 171 0 55 55 15 0 74 103
Binary 11011101 1111001 1111001 0 101101 101101 1101 0 111100 1000011

Color Harmonies of #DD7979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7979

Black with #DD7979

Text Example


Text Example

White with #DD7979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7979; }

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

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

background-color css

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

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

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

border-color css

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

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

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