Html Css Color HEX #D78280 Sea Pink

📋 copy color: '#D78280'

red 215 ◦ green 130 ◦ blue 128

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

Shades of Sea Pink #D78280

Tints of Sea Pink #D78280

RGB

 RED value IS 215 (84.38% from 255) = 45.45%

 GREEN value IS 130 (51.17% from 255) = 27.48%

 BLUE value IS 128 (50.39% from 255) = 27.06%

R = 45.45%
G = 27.48%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D78280 (or 0xD78280) is known color: Sea Pink. HEX triplet: D7, 82 and 80. RGB value is (215,130,128). Sum of RGB (Red+Green+Blue) = 215+130+128=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D78280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78280 is #287D7F. Grayscale: #9B9B9B. Windows color (decimal): -2653568 or 8422103. OLE color: 8422103.

HSL color Cylindrical-coordinate representation of color #D78280: hue angle of 1.38º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D78280 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 130 128 -
CMYK 0 0.40 0.40 0.16
HSL 1.38º 0.52% 0.67% -
HSV(B) 1.38º 0.4% 0.84% -
XYZ 39.9 31.97 24.49 -
YUV 155.19 112.66 170.66 -
System Red Green Blue C M Y K H S L
Decimal 215 130 128 0 0.40 0.40 0.16 1.38 0.52 0.67
Hex D7 82 80 0 28 28 10 1 34 43
Octal 327 202 200 0 50 50 20 1 64 103
Binary 11010111 10000010 10000000 0 101000 101000 10000 1 110100 1000011

Color Harmonies of #D78280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78280

Black with #D78280

Text Example


Text Example

White with #D78280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78280; }

 p { color: rgb(215,130,128); }

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

background-color css

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

 a { background-color: rgb(215,130,128); }

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

border-color css

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

 span { border-color: rgb(215,130,128); }

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