Html Css Color HEX #D38582 Sea Pink

📋 copy color: '#D38582'

red 211 ◦ green 133 ◦ blue 130

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

Shades of Sea Pink #D38582

Tints of Sea Pink #D38582

RGB

 RED value IS 211 (82.81% from 255) = 44.51%

 GREEN value IS 133 (52.34% from 255) = 28.06%

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

R = 44.51%
G = 28.06%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D38582 (or 0xD38582) is known color: Sea Pink. HEX triplet: D3, 85 and 82. RGB value is (211,133,130). Sum of RGB (Red+Green+Blue) = 211+133+130=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 211 - color contains mainly: red. Hex color #D38582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38582 is #2C7A7D. Grayscale: #9C9C9C. Windows color (decimal): -2914942 or 8553939. OLE color: 8553939.

HSL color Cylindrical-coordinate representation of color #D38582: hue angle of 2.22º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D38582 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 133 130 -
CMYK 0 0.37 0.38 0.17
HSL 2.22º 0.48% 0.67% -
HSV(B) 2.22º 0.38% 0.83% -
XYZ 39.28 32.24 25.27 -
YUV 155.98 113.34 167.24 -
System Red Green Blue C M Y K H S L
Decimal 211 133 130 0 0.37 0.38 0.17 2.22 0.48 0.67
Hex D3 85 82 0 25 26 11 2 30 43
Octal 323 205 202 0 45 46 21 2 60 103
Binary 11010011 10000101 10000010 0 100101 100110 10001 10 110000 1000011

Color Harmonies of #D38582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38582

Black with #D38582

Text Example


Text Example

White with #D38582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38582; }

 p { color: rgb(211,133,130); }

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

background-color css

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

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

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

border-color css

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

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

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