Html Css Color HEX #D88380 Sea Pink

📋 copy color: '#D88380'

red 216 ◦ green 131 ◦ blue 128

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

Shades of Sea Pink #D88380

Tints of Sea Pink #D88380

RGB

 RED value IS 216 (84.77% from 255) = 45.47%

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

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

R = 45.47%
G = 27.58%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D88380 (or 0xD88380) is known color: Sea Pink. HEX triplet: D8, 83 and 80. RGB value is (216,131,128). Sum of RGB (Red+Green+Blue) = 216+131+128=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D88380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88380 is #277C7F. Grayscale: #9C9C9C. Windows color (decimal): -2587776 or 8422360. OLE color: 8422360.

HSL color Cylindrical-coordinate representation of color #D88380: hue angle of 2.05º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D88380 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 131 128 -
CMYK 0 0.39 0.41 0.15
HSL 2.05º 0.53% 0.67% -
HSV(B) 2.05º 0.41% 0.85% -
XYZ 40.33 32.39 24.55 -
YUV 156.07 112.16 170.74 -
System Red Green Blue C M Y K H S L
Decimal 216 131 128 0 0.39 0.41 0.15 2.05 0.53 0.67
Hex D8 83 80 0 27 29 F 2 35 43
Octal 330 203 200 0 47 51 17 2 65 103
Binary 11011000 10000011 10000000 0 100111 101001 1111 10 110101 1000011

Color Harmonies of #D88380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88380

Black with #D88380

Text Example


Text Example

White with #D88380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88380; }

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

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

background-color css

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

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

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

border-color css

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

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

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