Html Css Color HEX #DD7D78 Sea Pink

📋 copy color: '#DD7D78'

red 221 ◦ green 125 ◦ blue 120

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

Shades of Sea Pink #DD7D78

Tints of Sea Pink #DD7D78

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.82%

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

R = 47.42%
G = 26.82%
B = 25.75%

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

#DD7D78 (or 0xDD7D78) is known color: Sea Pink. HEX triplet: DD, 7D and 78. RGB value is (221,125,120). Sum of RGB (Red+Green+Blue) = 221+125+120=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7D78 is #228287. Grayscale: #999999. Windows color (decimal): -2261640 or 7896541. OLE color: 7896541.

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

Color convert

RGB 221 125 120 -
CMYK 0 0.43 0.46 0.13
HSL 2.97º 0.6% 0.67% -
HSV(B) 2.97º 0.46% 0.87% -
XYZ 40.54 31.4 21.69 -
YUV 153.13 109.3 176.41 -
System Red Green Blue C M Y K H S L
Decimal 221 125 120 0 0.43 0.46 0.13 2.97 0.6 0.67
Hex DD 7D 78 0 2B 2E D 3 3C 43
Octal 335 175 170 0 53 56 15 3 74 103
Binary 11011101 1111101 1111000 0 101011 101110 1101 11 111100 1000011

Color Harmonies of #DD7D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D78

Black with #DD7D78

Text Example


Text Example

White with #DD7D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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