Html Css Color HEX #DD7F78 Sea Pink

📋 copy color: '#DD7F78'

red 221 ◦ green 127 ◦ blue 120

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

Shades of Sea Pink #DD7F78

Tints of Sea Pink #DD7F78

RGB

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

 GREEN value IS 127 (50% from 255) = 27.14%

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

R = 47.22%
G = 27.14%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD7F78 (or 0xDD7F78) is known color: Sea Pink. HEX triplet: DD, 7F and 78. RGB value is (221,127,120). Sum of RGB (Red+Green+Blue) = 221+127+120=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7F78 is #228087. Grayscale: #9A9A9A. Windows color (decimal): -2261128 or 7897053. OLE color: 7897053.

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

Color convert

RGB 221 127 120 -
CMYK 0 0.43 0.46 0.13
HSL 4.16º 0.6% 0.67% -
HSV(B) 4.16º 0.46% 0.87% -
XYZ 40.8 31.91 21.78 -
YUV 154.31 108.64 175.57 -
System Red Green Blue C M Y K H S L
Decimal 221 127 120 0 0.43 0.46 0.13 4.16 0.6 0.67
Hex DD 7F 78 0 2B 2E D 4 3C 43
Octal 335 177 170 0 53 56 15 4 74 103
Binary 11011101 1111111 1111000 0 101011 101110 1101 100 111100 1000011

Color Harmonies of #DD7F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F78

Black with #DD7F78

Text Example


Text Example

White with #DD7F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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