Html Css Color HEX #DA867E Sea Pink

📋 copy color: '#DA867E'

red 218 ◦ green 134 ◦ blue 126

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

Shades of Sea Pink #DA867E

Tints of Sea Pink #DA867E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.03%

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

R = 45.61%
G = 28.03%
B = 26.36%

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

#DA867E (or 0xDA867E) is known color: Sea Pink. HEX triplet: DA, 86 and 7E. RGB value is (218,134,126). Sum of RGB (Red+Green+Blue) = 218+134+126=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA867E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA867E is #257981. Grayscale: #9E9E9E. Windows color (decimal): -2455938 or 8292058. OLE color: 8292058.

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

Color convert

RGB 218 134 126 -
CMYK 0 0.39 0.42 0.15
HSL 5.22º 0.55% 0.67% -
HSV(B) 5.22º 0.42% 0.85% -
XYZ 41.2 33.46 24.03 -
YUV 158.2 109.83 170.65 -
System Red Green Blue C M Y K H S L
Decimal 218 134 126 0 0.39 0.42 0.15 5.22 0.55 0.67
Hex DA 86 7E 0 27 2A F 5 37 43
Octal 332 206 176 0 47 52 17 5 67 103
Binary 11011010 10000110 1111110 0 100111 101010 1111 101 110111 1000011

Color Harmonies of #DA867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA867E

Black with #DA867E

Text Example


Text Example

White with #DA867E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA867E; }

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

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

background-color css

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

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

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

border-color css

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

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

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