Html Css Color HEX #D28483 Sea Pink

📋 copy color: '#D28483'

red 210 ◦ green 132 ◦ blue 131

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

Shades of Sea Pink #D28483

Tints of Sea Pink #D28483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.7%

R = 44.4%
G = 27.91%
B = 27.7%

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

#D28483 (or 0xD28483) is known color: Sea Pink. HEX triplet: D2, 84 and 83. RGB value is (210,132,131). Sum of RGB (Red+Green+Blue) = 210+132+131=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D28483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28483 is #2D7B7C. Grayscale: #9B9B9B. Windows color (decimal): -2980733 or 8619218. OLE color: 8619218.

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

Color convert

RGB 210 132 131 -
CMYK 0 0.37 0.38 0.18
HSL 0.76º 0.47% 0.67% -
HSV(B) 0.76º 0.38% 0.82% -
XYZ 38.93 31.84 25.57 -
YUV 155.21 114.34 167.08 -
System Red Green Blue C M Y K H S L
Decimal 210 132 131 0 0.37 0.38 0.18 0.76 0.47 0.67
Hex D2 84 83 0 25 26 12 1 2F 43
Octal 322 204 203 0 45 46 22 1 57 103
Binary 11010010 10000100 10000011 0 100101 100110 10010 1 101111 1000011

Color Harmonies of #D28483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28483

Black with #D28483

Text Example


Text Example

White with #D28483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28483; }

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

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

background-color css

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

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

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

border-color css

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

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

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