Html Css Color HEX #DA857C Sea Pink

📋 copy color: '#DA857C'

red 218 ◦ green 133 ◦ blue 124

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

Shades of Sea Pink #DA857C

Tints of Sea Pink #DA857C

RGB

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

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

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

R = 45.89%
G = 28%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA857C (or 0xDA857C) is known color: Sea Pink. HEX triplet: DA, 85 and 7C. RGB value is (218,133,124). Sum of RGB (Red+Green+Blue) = 218+133+124=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA857C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA857C is #257A83. Grayscale: #9D9D9D. Windows color (decimal): -2456196 or 8160730. OLE color: 8160730.

HSL color Cylindrical-coordinate representation of color #DA857C: hue angle of 5.74º 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 #DA857C is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 133 124 -
CMYK 0 0.39 0.43 0.15
HSL 5.74º 0.56% 0.67% -
HSV(B) 5.74º 0.43% 0.85% -
XYZ 40.94 33.14 23.31 -
YUV 157.39 109.16 171.23 -
System Red Green Blue C M Y K H S L
Decimal 218 133 124 0 0.39 0.43 0.15 5.74 0.56 0.67
Hex DA 85 7C 0 27 2B F 6 38 43
Octal 332 205 174 0 47 53 17 6 70 103
Binary 11011010 10000101 1111100 0 100111 101011 1111 110 111000 1000011

Color Harmonies of #DA857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA857C

Black with #DA857C

Text Example


Text Example

White with #DA857C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA857C; }

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

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

background-color css

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

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

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

border-color css

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

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

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