Html Css Color HEX #D5827C Sea Pink

📋 copy color: '#D5827C'

red 213 ◦ green 130 ◦ blue 124

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

Shades of Sea Pink #D5827C

Tints of Sea Pink #D5827C

RGB

 RED value IS 213 (83.59% from 255) = 45.61%

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

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

R = 45.61%
G = 27.84%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5827C (or 0xD5827C) is known color: Sea Pink. HEX triplet: D5, 82 and 7C. RGB value is (213,130,124). Sum of RGB (Red+Green+Blue) = 213+130+124=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5827C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5827C is #2A7D83. Grayscale: #9A9A9A. Windows color (decimal): -2784644 or 8159957. OLE color: 8159957.

HSL color Cylindrical-coordinate representation of color #D5827C: hue angle of 4.04º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5827C is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 130 124 -
CMYK 0 0.39 0.42 0.16
HSL 4.04º 0.51% 0.66% -
HSV(B) 4.04º 0.42% 0.84% -
XYZ 39.06 31.57 23.1 -
YUV 154.13 111 169.99 -
System Red Green Blue C M Y K H S L
Decimal 213 130 124 0 0.39 0.42 0.16 4.04 0.51 0.66
Hex D5 82 7C 0 27 2A 10 4 33 42
Octal 325 202 174 0 47 52 20 4 63 102
Binary 11010101 10000010 1111100 0 100111 101010 10000 100 110011 1000010

Color Harmonies of #D5827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5827C

Black with #D5827C

Text Example


Text Example

White with #D5827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5827C; }

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

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

background-color css

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

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

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

border-color css

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

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

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