Html Css Color HEX #D58484 Sea Pink

📋 copy color: '#D58484'

red 213 ◦ green 132 ◦ blue 132

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

Shades of Sea Pink #D58484

Tints of Sea Pink #D58484

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.67%

 BLUE value IS 132 (51.95% from 255) = 27.67%

R = 44.65%
G = 27.67%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D58484 (or 0xD58484) is known color: Sea Pink. HEX triplet: D5, 84 and 84. RGB value is (213,132,132). Sum of RGB (Red+Green+Blue) = 213+132+132=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D58484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58484 is #2A7B7B. Grayscale: #9C9C9C. Windows color (decimal): -2784124 or 8684757. OLE color: 8684757.

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

Color convert

RGB 213 132 132 -
CMYK 0 0.38 0.38 0.16
HSL 0.49% 0.68% -
HSV(B) 0.38% 0.84% -
XYZ 39.86 32.31 25.97 -
YUV 156.22 114.34 168.5 -
System Red Green Blue C M Y K H S L
Decimal 213 132 132 0 0.38 0.38 0.16 0 0.49 0.68
Hex D5 84 84 0 26 26 10 0 31 44
Octal 325 204 204 0 46 46 20 0 61 104
Binary 11010101 10000100 10000100 0 100110 100110 10000 0 110001 1000100

Color Harmonies of #D58484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58484

Black with #D58484

Text Example


Text Example

White with #D58484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58484; }

 p { color: rgb(213,132,132); }

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

background-color css

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

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

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

border-color css

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

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

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