Html Css Color HEX #DA827B Sea Pink

📋 copy color: '#DA827B'

red 218 ◦ green 130 ◦ blue 123

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

Shades of Sea Pink #DA827B

Tints of Sea Pink #DA827B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.11%

R = 46.28%
G = 27.6%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA827B (or 0xDA827B) is known color: Sea Pink. HEX triplet: DA, 82 and 7B. RGB value is (218,130,123). Sum of RGB (Red+Green+Blue) = 218+130+123=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA827B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA827B is #257D84. Grayscale: #9B9B9B. Windows color (decimal): -2456965 or 8094426. OLE color: 8094426.

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

Color convert

RGB 218 130 123 -
CMYK 0 0.40 0.44 0.15
HSL 4.42º 0.56% 0.67% -
HSV(B) 4.42º 0.44% 0.85% -
XYZ 40.47 32.3 22.84 -
YUV 155.51 109.65 172.57 -
System Red Green Blue C M Y K H S L
Decimal 218 130 123 0 0.40 0.44 0.15 4.42 0.56 0.67
Hex DA 82 7B 0 28 2C F 4 38 43
Octal 332 202 173 0 50 54 17 4 70 103
Binary 11011010 10000010 1111011 0 101000 101100 1111 100 111000 1000011

Color Harmonies of #DA827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA827B

Black with #DA827B

Text Example


Text Example

White with #DA827B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA827B; }

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

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

background-color css

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

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

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

border-color css

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

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

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