Html Css Color HEX #DA857E Sea Pink

📋 copy color: '#DA857E'

red 218 ◦ green 133 ◦ blue 126

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

Shades of Sea Pink #DA857E

Tints of Sea Pink #DA857E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.42%

R = 45.7%
G = 27.88%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA857E (or 0xDA857E) is known color: Sea Pink. HEX triplet: DA, 85 and 7E. RGB value is (218,133,126). Sum of RGB (Red+Green+Blue) = 218+133+126=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA857E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA857E is #257A81. Grayscale: #9D9D9D. Windows color (decimal): -2456194 or 8291802. OLE color: 8291802.

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

Color convert

RGB 218 133 126 -
CMYK 0 0.39 0.42 0.15
HSL 4.57º 0.55% 0.67% -
HSV(B) 4.57º 0.42% 0.85% -
XYZ 41.07 33.19 23.98 -
YUV 157.62 110.16 171.07 -
System Red Green Blue C M Y K H S L
Decimal 218 133 126 0 0.39 0.42 0.15 4.57 0.55 0.67
Hex DA 85 7E 0 27 2A F 5 37 43
Octal 332 205 176 0 47 52 17 5 67 103
Binary 11011010 10000101 1111110 0 100111 101010 1111 101 110111 1000011

Color Harmonies of #DA857E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA857E

Black with #DA857E

Text Example


Text Example

White with #DA857E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA857E; }

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

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

background-color css

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

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

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

border-color css

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

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

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