Html Css Color HEX #DD7978 Sea Pink

📋 copy color: '#DD7978'

red 221 ◦ green 121 ◦ blue 120

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

Shades of Sea Pink #DD7978

Tints of Sea Pink #DD7978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.97%

R = 47.84%
G = 26.19%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD7978 (or 0xDD7978) is known color: Sea Pink. HEX triplet: DD, 79 and 78. RGB value is (221,121,120). Sum of RGB (Red+Green+Blue) = 221+121+120=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7978 is #228687. Grayscale: #969696. Windows color (decimal): -2262664 or 7895517. OLE color: 7895517.

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

Color convert

RGB 221 121 120 -
CMYK 0 0.45 0.46 0.13
HSL 0.59º 0.6% 0.67% -
HSV(B) 0.59º 0.46% 0.87% -
XYZ 40.05 30.4 21.53 -
YUV 150.79 110.63 178.08 -
System Red Green Blue C M Y K H S L
Decimal 221 121 120 0 0.45 0.46 0.13 0.59 0.6 0.67
Hex DD 79 78 0 2D 2E D 1 3C 43
Octal 335 171 170 0 55 56 15 1 74 103
Binary 11011101 1111001 1111000 0 101101 101110 1101 1 111100 1000011

Color Harmonies of #DD7978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7978

Black with #DD7978

Text Example


Text Example

White with #DD7978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7978; }

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

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

background-color css

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

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

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

border-color css

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

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

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