Html Css Color HEX #D2827C Sea Pink

📋 copy color: '#D2827C'

red 210 ◦ green 130 ◦ blue 124

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

Shades of Sea Pink #D2827C

Tints of Sea Pink #D2827C

RGB

 RED value IS 210 (82.42% from 255) = 45.26%

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

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

R = 45.26%
G = 28.02%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2827C (or 0xD2827C) is known color: Sea Pink. HEX triplet: D2, 82 and 7C. RGB value is (210,130,124). Sum of RGB (Red+Green+Blue) = 210+130+124=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D2827C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2827C is #2D7D83. Grayscale: #999999. Windows color (decimal): -2981252 or 8159954. OLE color: 8159954.

HSL color Cylindrical-coordinate representation of color #D2827C: hue angle of 4.19º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2827C is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 130 124 -
CMYK 0 0.38 0.41 0.18
HSL 4.19º 0.49% 0.65% -
HSV(B) 4.19º 0.41% 0.82% -
XYZ 38.2 31.12 23.06 -
YUV 153.24 111.5 168.49 -
System Red Green Blue C M Y K H S L
Decimal 210 130 124 0 0.38 0.41 0.18 4.19 0.49 0.65
Hex D2 82 7C 0 26 29 12 4 31 41
Octal 322 202 174 0 46 51 22 4 61 101
Binary 11010010 10000010 1111100 0 100110 101001 10010 100 110001 1000001

Color Harmonies of #D2827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2827C

Black with #D2827C

Text Example


Text Example

White with #D2827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2827C; }

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

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

background-color css

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

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

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

border-color css

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

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

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