Html Css Color HEX #DA827E Sea Pink

📋 copy color: '#DA827E'

red 218 ◦ green 130 ◦ blue 126

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

Shades of Sea Pink #DA827E

Tints of Sea Pink #DA827E

RGB

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

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

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

R = 45.99%
G = 27.43%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA827E (or 0xDA827E) is known color: Sea Pink. HEX triplet: DA, 82 and 7E. RGB value is (218,130,126). Sum of RGB (Red+Green+Blue) = 218+130+126=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA827E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA827E is #257D81. Grayscale: #9B9B9B. Windows color (decimal): -2456962 or 8291034. OLE color: 8291034.

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

Color convert

RGB 218 130 126 -
CMYK 0 0.40 0.42 0.15
HSL 2.61º 0.55% 0.67% -
HSV(B) 2.61º 0.42% 0.85% -
XYZ 40.66 32.38 23.84 -
YUV 155.86 111.15 172.33 -
System Red Green Blue C M Y K H S L
Decimal 218 130 126 0 0.40 0.42 0.15 2.61 0.55 0.67
Hex DA 82 7E 0 28 2A F 3 37 43
Octal 332 202 176 0 50 52 17 3 67 103
Binary 11011010 10000010 1111110 0 101000 101010 1111 11 110111 1000011

Color Harmonies of #DA827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA827E

Black with #DA827E

Text Example


Text Example

White with #DA827E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA827E; }

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

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

background-color css

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

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

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

border-color css

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

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

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