Html Css Color HEX #DA827C Sea Pink

📋 copy color: '#DA827C'

red 218 ◦ green 130 ◦ blue 124

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

Shades of Sea Pink #DA827C

Tints of Sea Pink #DA827C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.54%

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

R = 46.19%
G = 27.54%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA827C (or 0xDA827C) is known color: Sea Pink. HEX triplet: DA, 82 and 7C. RGB value is (218,130,124). Sum of RGB (Red+Green+Blue) = 218+130+124=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA827C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA827C is #257D83. Grayscale: #9B9B9B. Windows color (decimal): -2456964 or 8159962. OLE color: 8159962.

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

Color convert

RGB 218 130 124 -
CMYK 0 0.40 0.43 0.15
HSL 3.83º 0.56% 0.67% -
HSV(B) 3.83º 0.43% 0.85% -
XYZ 40.53 32.33 23.17 -
YUV 155.63 110.15 172.49 -
System Red Green Blue C M Y K H S L
Decimal 218 130 124 0 0.40 0.43 0.15 3.83 0.56 0.67
Hex DA 82 7C 0 28 2B F 4 38 43
Octal 332 202 174 0 50 53 17 4 70 103
Binary 11011010 10000010 1111100 0 101000 101011 1111 100 111000 1000011

Color Harmonies of #DA827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA827C

Black with #DA827C

Text Example


Text Example

White with #DA827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA827C; }

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

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

background-color css

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

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

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

border-color css

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

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

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