Html Css Color HEX #DA857D Sea Pink

📋 copy color: '#DA857D'

red 218 ◦ green 133 ◦ blue 125

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

Shades of Sea Pink #DA857D

Tints of Sea Pink #DA857D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.26%

R = 45.8%
G = 27.94%
B = 26.26%

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

#DA857D (or 0xDA857D) is known color: Sea Pink. HEX triplet: DA, 85 and 7D. RGB value is (218,133,125). Sum of RGB (Red+Green+Blue) = 218+133+125=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA857D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA857D is #257A82. Grayscale: #9D9D9D. Windows color (decimal): -2456195 or 8226266. OLE color: 8226266.

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

Color convert

RGB 218 133 125 -
CMYK 0 0.39 0.43 0.15
HSL 5.16º 0.56% 0.67% -
HSV(B) 5.16º 0.43% 0.85% -
XYZ 41 33.16 23.64 -
YUV 157.5 109.66 171.15 -
System Red Green Blue C M Y K H S L
Decimal 218 133 125 0 0.39 0.43 0.15 5.16 0.56 0.67
Hex DA 85 7D 0 27 2B F 5 38 43
Octal 332 205 175 0 47 53 17 5 70 103
Binary 11011010 10000101 1111101 0 100111 101011 1111 101 111000 1000011

Color Harmonies of #DA857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA857D

Black with #DA857D

Text Example


Text Example

White with #DA857D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA857D; }

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

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

background-color css

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

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

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

border-color css

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

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

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