Html Css Color HEX #D78380 Sea Pink

📋 copy color: '#D78380'

red 215 ◦ green 131 ◦ blue 128

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

Shades of Sea Pink #D78380

Tints of Sea Pink #D78380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.64%

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

R = 45.36%
G = 27.64%
B = 27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D78380 (or 0xD78380) is known color: Sea Pink. HEX triplet: D7, 83 and 80. RGB value is (215,131,128). Sum of RGB (Red+Green+Blue) = 215+131+128=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D78380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78380 is #287C7F. Grayscale: #9B9B9B. Windows color (decimal): -2653312 or 8422359. OLE color: 8422359.

HSL color Cylindrical-coordinate representation of color #D78380: hue angle of 2.07º 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 #D78380 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 131 128 -
CMYK 0 0.39 0.40 0.16
HSL 2.07º 0.52% 0.67% -
HSV(B) 2.07º 0.4% 0.84% -
XYZ 40.04 32.24 24.53 -
YUV 155.77 112.33 170.24 -
System Red Green Blue C M Y K H S L
Decimal 215 131 128 0 0.39 0.40 0.16 2.07 0.52 0.67
Hex D7 83 80 0 27 28 10 2 34 43
Octal 327 203 200 0 47 50 20 2 64 103
Binary 11010111 10000011 10000000 0 100111 101000 10000 10 110100 1000011

Color Harmonies of #D78380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78380

Black with #D78380

Text Example


Text Example

White with #D78380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78380; }

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

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

background-color css

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

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

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

border-color css

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

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

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