Html Css Color HEX #D28380 Sea Pink

📋 copy color: '#D28380'

red 210 ◦ green 131 ◦ blue 128

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

Shades of Sea Pink #D28380

Tints of Sea Pink #D28380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.29%

R = 44.78%
G = 27.93%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D28380 (or 0xD28380) is known color: Sea Pink. HEX triplet: D2, 83 and 80. RGB value is (210,131,128). Sum of RGB (Red+Green+Blue) = 210+131+128=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D28380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28380 is #2D7C7F. Grayscale: #9A9A9A. Windows color (decimal): -2980992 or 8422354. OLE color: 8422354.

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

Color convert

RGB 210 131 128 -
CMYK 0 0.38 0.39 0.18
HSL 2.2º 0.48% 0.66% -
HSV(B) 2.2º 0.39% 0.82% -
XYZ 38.59 31.49 24.47 -
YUV 154.28 113.17 167.74 -
System Red Green Blue C M Y K H S L
Decimal 210 131 128 0 0.38 0.39 0.18 2.2 0.48 0.66
Hex D2 83 80 0 26 27 12 2 30 42
Octal 322 203 200 0 46 47 22 2 60 102
Binary 11010010 10000011 10000000 0 100110 100111 10010 10 110000 1000010

Color Harmonies of #D28380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28380

Black with #D28380

Text Example


Text Example

White with #D28380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28380; }

 p { color: rgb(210,131,128); }

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

background-color css

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

 a { background-color: rgb(210,131,128); }

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

border-color css

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

 span { border-color: rgb(210,131,128); }

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