Html Css Color HEX #D58380 Sea Pink

📋 copy color: '#D58380'

red 213 ◦ green 131 ◦ blue 128

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

Shades of Sea Pink #D58380

Tints of Sea Pink #D58380

RGB

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

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

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

R = 45.13%
G = 27.75%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D58380 (or 0xD58380) is known color: Sea Pink. HEX triplet: D5, 83 and 80. RGB value is (213,131,128). Sum of RGB (Red+Green+Blue) = 213+131+128=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D58380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58380 is #2A7C7F. Grayscale: #9B9B9B. Windows color (decimal): -2784384 or 8422357. OLE color: 8422357.

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

Color convert

RGB 213 131 128 -
CMYK 0 0.38 0.40 0.16
HSL 2.12º 0.5% 0.67% -
HSV(B) 2.12º 0.4% 0.84% -
XYZ 39.45 31.94 24.51 -
YUV 155.18 112.67 169.24 -
System Red Green Blue C M Y K H S L
Decimal 213 131 128 0 0.38 0.40 0.16 2.12 0.5 0.67
Hex D5 83 80 0 26 28 10 2 32 43
Octal 325 203 200 0 46 50 20 2 62 103
Binary 11010101 10000011 10000000 0 100110 101000 10000 10 110010 1000011

Color Harmonies of #D58380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58380

Black with #D58380

Text Example


Text Example

White with #D58380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58380; }

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

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

background-color css

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

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

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

border-color css

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

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

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