Html Css Color HEX #D28582 Sea Pink

📋 copy color: '#D28582'

red 210 ◦ green 133 ◦ blue 130

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

Shades of Sea Pink #D28582

Tints of Sea Pink #D28582

RGB

 RED value IS 210 (82.42% from 255) = 44.4%

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

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

R = 44.4%
G = 28.12%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D28582 (or 0xD28582) is known color: Sea Pink. HEX triplet: D2, 85 and 82. RGB value is (210,133,130). Sum of RGB (Red+Green+Blue) = 210+133+130=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D28582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28582 is #2D7A7D. Grayscale: #9B9B9B. Windows color (decimal): -2980478 or 8553938. OLE color: 8553938.

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

Color convert

RGB 210 133 130 -
CMYK 0 0.37 0.38 0.18
HSL 2.25º 0.47% 0.67% -
HSV(B) 2.25º 0.38% 0.82% -
XYZ 39 32.09 25.26 -
YUV 155.68 113.51 166.74 -
System Red Green Blue C M Y K H S L
Decimal 210 133 130 0 0.37 0.38 0.18 2.25 0.47 0.67
Hex D2 85 82 0 25 26 12 2 2F 43
Octal 322 205 202 0 45 46 22 2 57 103
Binary 11010010 10000101 10000010 0 100101 100110 10010 10 101111 1000011

Color Harmonies of #D28582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28582

Black with #D28582

Text Example


Text Example

White with #D28582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28582; }

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

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

background-color css

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

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

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

border-color css

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

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

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