Html Css Color HEX #D5807C Sea Pink

📋 copy color: '#D5807C'

red 213 ◦ green 128 ◦ blue 124

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

Shades of Sea Pink #D5807C

Tints of Sea Pink #D5807C

RGB

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

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

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

R = 45.81%
G = 27.53%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5807C (or 0xD5807C) is known color: Sea Pink. HEX triplet: D5, 80 and 7C. RGB value is (213,128,124). Sum of RGB (Red+Green+Blue) = 213+128+124=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D5807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5807C is #2A7F83. Grayscale: #999999. Windows color (decimal): -2785156 or 8159445. OLE color: 8159445.

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

Color convert

RGB 213 128 124 -
CMYK 0 0.40 0.42 0.16
HSL 2.7º 0.51% 0.66% -
HSV(B) 2.7º 0.42% 0.84% -
XYZ 38.8 31.04 23.02 -
YUV 152.96 111.66 170.83 -
System Red Green Blue C M Y K H S L
Decimal 213 128 124 0 0.40 0.42 0.16 2.7 0.51 0.66
Hex D5 80 7C 0 28 2A 10 3 33 42
Octal 325 200 174 0 50 52 20 3 63 102
Binary 11010101 10000000 1111100 0 101000 101010 10000 11 110011 1000010

Color Harmonies of #D5807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5807C

Black with #D5807C

Text Example


Text Example

White with #D5807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5807C; }

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

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

background-color css

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

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

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

border-color css

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

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

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