Html Css Color HEX #D08585 Sea Pink

📋 copy color: '#D08585'

red 208 ◦ green 133 ◦ blue 133

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

Shades of Sea Pink #D08585

Tints of Sea Pink #D08585

RGB

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

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

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

R = 43.88%
G = 28.06%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D08585 (or 0xD08585) is known color: Sea Pink. HEX triplet: D0, 85 and 85. RGB value is (208,133,133). Sum of RGB (Red+Green+Blue) = 208+133+133=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D08585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08585 is #2F7A7A. Grayscale: #9B9B9B. Windows color (decimal): -3111547 or 8750544. OLE color: 8750544.

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

Color convert

RGB 208 133 133 -
CMYK 0 0.36 0.36 0.18
HSL 0.44% 0.67% -
HSV(B) 0.36% 0.82% -
XYZ 38.63 31.88 26.31 -
YUV 155.43 115.35 165.5 -
System Red Green Blue C M Y K H S L
Decimal 208 133 133 0 0.36 0.36 0.18 0 0.44 0.67
Hex D0 85 85 0 24 24 12 0 2C 43
Octal 320 205 205 0 44 44 22 0 54 103
Binary 11010000 10000101 10000101 0 100100 100100 10010 0 101100 1000011

Color Harmonies of #D08585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08585

Black with #D08585

Text Example


Text Example

White with #D08585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08585; }

 p { color: rgb(208,133,133); }

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

background-color css

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

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

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

border-color css

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

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

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