Html Css Color HEX #D58280 Sea Pink

📋 copy color: '#D58280'

red 213 ◦ green 130 ◦ blue 128

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

Shades of Sea Pink #D58280

Tints of Sea Pink #D58280

RGB

 RED value IS 213 (83.59% from 255) = 45.22%

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

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

R = 45.22%
G = 27.6%
B = 27.18%

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

#D58280 (or 0xD58280) is known color: Sea Pink. HEX triplet: D5, 82 and 80. RGB value is (213,130,128). Sum of RGB (Red+Green+Blue) = 213+130+128=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D58280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58280 is #2A7D7F. Grayscale: #9A9A9A. Windows color (decimal): -2784640 or 8422101. OLE color: 8422101.

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

Color convert

RGB 213 130 128 -
CMYK 0 0.39 0.40 0.16
HSL 1.41º 0.5% 0.67% -
HSV(B) 1.41º 0.4% 0.84% -
XYZ 39.32 31.67 24.46 -
YUV 154.59 113 169.66 -
System Red Green Blue C M Y K H S L
Decimal 213 130 128 0 0.39 0.40 0.16 1.41 0.5 0.67
Hex D5 82 80 0 27 28 10 1 32 43
Octal 325 202 200 0 47 50 20 1 62 103
Binary 11010101 10000010 10000000 0 100111 101000 10000 1 110010 1000011

Color Harmonies of #D58280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58280

Black with #D58280

Text Example


Text Example

White with #D58280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58280; }

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

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

background-color css

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

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

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

border-color css

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

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

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