Html Css Color HEX #D28078 Sea Pink

📋 copy color: '#D28078'

red 210 ◦ green 128 ◦ blue 120

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

Shades of Sea Pink #D28078

Tints of Sea Pink #D28078

RGB

 RED value IS 210 (82.42% from 255) = 45.85%

 GREEN value IS 128 (50.39% from 255) = 27.95%

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

R = 45.85%
G = 27.95%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D28078 (or 0xD28078) is known color: Sea Pink. HEX triplet: D2, 80 and 78. RGB value is (210,128,120). Sum of RGB (Red+Green+Blue) = 210+128+120=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D28078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28078 is #2D7F87. Grayscale: #979797. Windows color (decimal): -2981768 or 7897298. OLE color: 7897298.

HSL color Cylindrical-coordinate representation of color #D28078: hue angle of 5.33º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D28078 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 128 120 -
CMYK 0 0.39 0.43 0.18
HSL 5.33º 0.5% 0.65% -
HSV(B) 5.33º 0.43% 0.82% -
XYZ 37.69 30.5 21.67 -
YUV 151.61 110.17 169.65 -
System Red Green Blue C M Y K H S L
Decimal 210 128 120 0 0.39 0.43 0.18 5.33 0.5 0.65
Hex D2 80 78 0 27 2B 12 5 32 41
Octal 322 200 170 0 47 53 22 5 62 101
Binary 11010010 10000000 1111000 0 100111 101011 10010 101 110010 1000001

Color Harmonies of #D28078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28078

Black with #D28078

Text Example


Text Example

White with #D28078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28078; }

 p { color: rgb(210,128,120); }

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

background-color css

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

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

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

border-color css

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

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

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