Html Css Color HEX #DA807C Sea Pink

📋 copy color: '#DA807C'

red 218 ◦ green 128 ◦ blue 124

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

Shades of Sea Pink #DA807C

Tints of Sea Pink #DA807C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.23%

 BLUE value IS 124 (48.83% from 255) = 26.38%

R = 46.38%
G = 27.23%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA807C (or 0xDA807C) is known color: Sea Pink. HEX triplet: DA, 80 and 7C. RGB value is (218,128,124). Sum of RGB (Red+Green+Blue) = 218+128+124=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA807C is #257F83. Grayscale: #9A9A9A. Windows color (decimal): -2457476 or 8159450. OLE color: 8159450.

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

Color convert

RGB 218 128 124 -
CMYK 0 0.41 0.43 0.15
HSL 2.55º 0.56% 0.67% -
HSV(B) 2.55º 0.43% 0.85% -
XYZ 40.27 31.8 23.08 -
YUV 154.45 110.82 173.33 -
System Red Green Blue C M Y K H S L
Decimal 218 128 124 0 0.41 0.43 0.15 2.55 0.56 0.67
Hex DA 80 7C 0 29 2B F 3 38 43
Octal 332 200 174 0 51 53 17 3 70 103
Binary 11011010 10000000 1111100 0 101001 101011 1111 11 111000 1000011

Color Harmonies of #DA807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA807C

Black with #DA807C

Text Example


Text Example

White with #DA807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA807C; }

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

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

background-color css

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

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

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

border-color css

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

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

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