Html Css Color HEX #D2807C Sea Pink

📋 copy color: '#D2807C'

red 210 ◦ green 128 ◦ blue 124

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

Shades of Sea Pink #D2807C

Tints of Sea Pink #D2807C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.71%

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

R = 45.45%
G = 27.71%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2807C (or 0xD2807C) is known color: Sea Pink. HEX triplet: D2, 80 and 7C. RGB value is (210,128,124). Sum of RGB (Red+Green+Blue) = 210+128+124=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D2807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2807C is #2D7F83. Grayscale: #989898. Windows color (decimal): -2981764 or 8159442. OLE color: 8159442.

HSL color Cylindrical-coordinate representation of color #D2807C: hue angle of 2.79º 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 #D2807C is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 128 124 -
CMYK 0 0.39 0.41 0.18
HSL 2.79º 0.49% 0.65% -
HSV(B) 2.79º 0.41% 0.82% -
XYZ 37.94 30.6 22.97 -
YUV 152.06 112.17 169.33 -
System Red Green Blue C M Y K H S L
Decimal 210 128 124 0 0.39 0.41 0.18 2.79 0.49 0.65
Hex D2 80 7C 0 27 29 12 3 31 41
Octal 322 200 174 0 47 51 22 3 61 101
Binary 11010010 10000000 1111100 0 100111 101001 10010 11 110001 1000001

Color Harmonies of #D2807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2807C

Black with #D2807C

Text Example


Text Example

White with #D2807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2807C; }

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

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

background-color css

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

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

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

border-color css

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

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

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