Html Css Color HEX #DD7A78 Sea Pink

📋 copy color: '#DD7A78'

red 221 ◦ green 122 ◦ blue 120

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

Shades of Sea Pink #DD7A78

Tints of Sea Pink #DD7A78

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.35%

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

R = 47.73%
G = 26.35%
B = 25.92%

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

#DD7A78 (or 0xDD7A78) is known color: Sea Pink. HEX triplet: DD, 7A and 78. RGB value is (221,122,120). Sum of RGB (Red+Green+Blue) = 221+122+120=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A78 is #228587. Grayscale: #979797. Windows color (decimal): -2262408 or 7895773. OLE color: 7895773.

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

Color convert

RGB 221 122 120 -
CMYK 0 0.45 0.46 0.13
HSL 1.19º 0.6% 0.67% -
HSV(B) 1.19º 0.46% 0.87% -
XYZ 40.17 30.65 21.57 -
YUV 151.37 110.3 177.66 -
System Red Green Blue C M Y K H S L
Decimal 221 122 120 0 0.45 0.46 0.13 1.19 0.6 0.67
Hex DD 7A 78 0 2D 2E D 1 3C 43
Octal 335 172 170 0 55 56 15 1 74 103
Binary 11011101 1111010 1111000 0 101101 101110 1101 1 111100 1000011

Color Harmonies of #DD7A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A78

Black with #DD7A78

Text Example


Text Example

White with #DD7A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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