Html Css Color HEX #D58381 Sea Pink

📋 copy color: '#D58381'

red 213 ◦ green 131 ◦ blue 129

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

Shades of Sea Pink #D58381

Tints of Sea Pink #D58381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.27%

R = 45.03%
G = 27.7%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D58381 (or 0xD58381) is known color: Sea Pink. HEX triplet: D5, 83 and 81. RGB value is (213,131,129). Sum of RGB (Red+Green+Blue) = 213+131+129=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D58381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58381 is #2A7C7E. Grayscale: #9B9B9B. Windows color (decimal): -2784383 or 8487893. OLE color: 8487893.

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

Color convert

RGB 213 131 129 -
CMYK 0 0.38 0.39 0.16
HSL 1.43º 0.5% 0.67% -
HSV(B) 1.43º 0.39% 0.84% -
XYZ 39.52 31.96 24.86 -
YUV 155.29 113.17 169.16 -
System Red Green Blue C M Y K H S L
Decimal 213 131 129 0 0.38 0.39 0.16 1.43 0.5 0.67
Hex D5 83 81 0 26 27 10 1 32 43
Octal 325 203 201 0 46 47 20 1 62 103
Binary 11010101 10000011 10000001 0 100110 100111 10000 1 110010 1000011

Color Harmonies of #D58381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58381

Black with #D58381

Text Example


Text Example

White with #D58381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58381; }

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

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

background-color css

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

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

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

border-color css

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

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

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