Html Css Color HEX #D5807E Sea Pink

📋 copy color: '#D5807E'

red 213 ◦ green 128 ◦ blue 126

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

Shades of Sea Pink #D5807E

Tints of Sea Pink #D5807E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.98%

R = 45.61%
G = 27.41%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5807E (or 0xD5807E) is known color: Sea Pink. HEX triplet: D5, 80 and 7E. RGB value is (213,128,126). Sum of RGB (Red+Green+Blue) = 213+128+126=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5807E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5807E is #2A7F81. Grayscale: #999999. Windows color (decimal): -2785154 or 8290517. OLE color: 8290517.

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

Color convert

RGB 213 128 126 -
CMYK 0 0.40 0.41 0.16
HSL 1.38º 0.51% 0.66% -
HSV(B) 1.38º 0.41% 0.84% -
XYZ 38.93 31.09 23.69 -
YUV 153.19 112.66 170.66 -
System Red Green Blue C M Y K H S L
Decimal 213 128 126 0 0.40 0.41 0.16 1.38 0.51 0.66
Hex D5 80 7E 0 28 29 10 1 33 42
Octal 325 200 176 0 50 51 20 1 63 102
Binary 11010101 10000000 1111110 0 101000 101001 10000 1 110011 1000010

Color Harmonies of #D5807E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5807E

Black with #D5807E

Text Example


Text Example

White with #D5807E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5807E; }

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

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

background-color css

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

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

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

border-color css

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

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

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