Html Css Color HEX #D5807D Sea Pink

📋 copy color: '#D5807D'

red 213 ◦ green 128 ◦ blue 125

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

Shades of Sea Pink #D5807D

Tints of Sea Pink #D5807D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.82%

R = 45.71%
G = 27.47%
B = 26.82%

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

#D5807D (or 0xD5807D) is known color: Sea Pink. HEX triplet: D5, 80 and 7D. RGB value is (213,128,125). Sum of RGB (Red+Green+Blue) = 213+128+125=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D5807D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5807D is #2A7F82. Grayscale: #999999. Windows color (decimal): -2785155 or 8224981. OLE color: 8224981.

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

Color convert

RGB 213 128 125 -
CMYK 0 0.40 0.41 0.16
HSL 2.05º 0.51% 0.66% -
HSV(B) 2.05º 0.41% 0.84% -
XYZ 38.86 31.07 23.35 -
YUV 153.07 112.16 170.74 -
System Red Green Blue C M Y K H S L
Decimal 213 128 125 0 0.40 0.41 0.16 2.05 0.51 0.66
Hex D5 80 7D 0 28 29 10 2 33 42
Octal 325 200 175 0 50 51 20 2 63 102
Binary 11010101 10000000 1111101 0 101000 101001 10000 10 110011 1000010

Color Harmonies of #D5807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5807D

Black with #D5807D

Text Example


Text Example

White with #D5807D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5807D; }

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

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

background-color css

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

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

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

border-color css

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

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

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