Html Css Color HEX #D08483 Sea Pink

📋 copy color: '#D08483'

red 208 ◦ green 132 ◦ blue 131

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

Shades of Sea Pink #D08483

Tints of Sea Pink #D08483

RGB

 RED value IS 208 (81.64% from 255) = 44.16%

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

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

R = 44.16%
G = 28.03%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D08483 (or 0xD08483) is known color: Sea Pink. HEX triplet: D0, 84 and 83. RGB value is (208,132,131). Sum of RGB (Red+Green+Blue) = 208+132+131=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D08483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08483 is #2F7B7C. Grayscale: #9A9A9A. Windows color (decimal): -3111805 or 8619216. OLE color: 8619216.

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

Color convert

RGB 208 132 131 -
CMYK 0 0.37 0.37 0.18
HSL 0.78º 0.45% 0.66% -
HSV(B) 0.78º 0.37% 0.82% -
XYZ 38.36 31.55 25.54 -
YUV 154.61 114.68 166.08 -
System Red Green Blue C M Y K H S L
Decimal 208 132 131 0 0.37 0.37 0.18 0.78 0.45 0.66
Hex D0 84 83 0 25 25 12 1 2D 42
Octal 320 204 203 0 45 45 22 1 55 102
Binary 11010000 10000100 10000011 0 100101 100101 10010 1 101101 1000010

Color Harmonies of #D08483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08483

Black with #D08483

Text Example


Text Example

White with #D08483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08483; }

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

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

background-color css

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

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

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

border-color css

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

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

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