Html Css Color HEX #D58282 Sea Pink

📋 copy color: '#D58282'

red 213 ◦ green 130 ◦ blue 130

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

Shades of Sea Pink #D58282

Tints of Sea Pink #D58282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.48%

R = 45.03%
G = 27.48%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D58282 (or 0xD58282) is known color: Sea Pink. HEX triplet: D5, 82 and 82. RGB value is (213,130,130). Sum of RGB (Red+Green+Blue) = 213+130+130=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D58282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58282 is #2A7D7D. Grayscale: #9A9A9A. Windows color (decimal): -2784638 or 8553173. OLE color: 8553173.

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

Color convert

RGB 213 130 130 -
CMYK 0 0.39 0.39 0.16
HSL 0.5% 0.67% -
HSV(B) 0.39% 0.84% -
XYZ 39.45 31.72 25.16 -
YUV 154.82 114 169.5 -
System Red Green Blue C M Y K H S L
Decimal 213 130 130 0 0.39 0.39 0.16 0 0.5 0.67
Hex D5 82 82 0 27 27 10 0 32 43
Octal 325 202 202 0 47 47 20 0 62 103
Binary 11010101 10000010 10000010 0 100111 100111 10000 0 110010 1000011

Color Harmonies of #D58282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58282

Black with #D58282

Text Example


Text Example

White with #D58282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58282; }

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

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

background-color css

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

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

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

border-color css

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

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

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