Html Css Color HEX #DD7878 Sea Pink

📋 copy color: '#DD7878'

red 221 ◦ green 120 ◦ blue 120

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

Shades of Sea Pink #DD7878

Tints of Sea Pink #DD7878

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.03%

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

R = 47.94%
G = 26.03%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD7878 (or 0xDD7878) is known color: Sea Pink. HEX triplet: DD, 78 and 78. RGB value is (221,120,120). Sum of RGB (Red+Green+Blue) = 221+120+120=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7878 is #228787. Grayscale: #969696. Windows color (decimal): -2262920 or 7895261. OLE color: 7895261.

HSL color Cylindrical-coordinate representation of color #DD7878: 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.46%. Process color model (Four color, CMYK) of #DD7878 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 120 120 -
CMYK 0 0.46 0.46 0.13
HSL 0.6% 0.67% -
HSV(B) 0.46% 0.87% -
XYZ 39.93 30.16 21.49 -
YUV 150.2 110.96 178.5 -
System Red Green Blue C M Y K H S L
Decimal 221 120 120 0 0.46 0.46 0.13 0 0.6 0.67
Hex DD 78 78 0 2E 2E D 0 3C 43
Octal 335 170 170 0 56 56 15 0 74 103
Binary 11011101 1111000 1111000 0 101110 101110 1101 0 111100 1000011

Color Harmonies of #DD7878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7878

Black with #DD7878

Text Example


Text Example

White with #DD7878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7878; }

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

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

background-color css

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

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

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

border-color css

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

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

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