Html Css Color HEX #DA8580 Sea Pink

📋 copy color: '#DA8580'

red 218 ◦ green 133 ◦ blue 128

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

Shades of Sea Pink #DA8580

Tints of Sea Pink #DA8580

RGB

 RED value IS 218 (85.55% from 255) = 45.51%

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

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

R = 45.51%
G = 27.77%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA8580 (or 0xDA8580) is known color: Sea Pink. HEX triplet: DA, 85 and 80. RGB value is (218,133,128). Sum of RGB (Red+Green+Blue) = 218+133+128=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8580 is #257A7F. Grayscale: #9D9D9D. Windows color (decimal): -2456192 or 8422874. OLE color: 8422874.

HSL color Cylindrical-coordinate representation of color #DA8580: hue angle of 3.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA8580 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 133 128 -
CMYK 0 0.39 0.41 0.15
HSL 3.33º 0.55% 0.68% -
HSV(B) 3.33º 0.41% 0.85% -
XYZ 41.2 33.24 24.67 -
YUV 157.85 111.16 170.91 -
System Red Green Blue C M Y K H S L
Decimal 218 133 128 0 0.39 0.41 0.15 3.33 0.55 0.68
Hex DA 85 80 0 27 29 F 3 37 44
Octal 332 205 200 0 47 51 17 3 67 104
Binary 11011010 10000101 10000000 0 100111 101001 1111 11 110111 1000100

Color Harmonies of #DA8580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8580

Black with #DA8580

Text Example


Text Example

White with #DA8580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8580; }

 p { color: rgb(218,133,128); }

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

background-color css

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

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

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

border-color css

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

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

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