Html Css Color HEX #D5807F Sea Pink

📋 copy color: '#D5807F'

red 213 ◦ green 128 ◦ blue 127

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

Shades of Sea Pink #D5807F

Tints of Sea Pink #D5807F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.14%

R = 45.51%
G = 27.35%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5807F (or 0xD5807F) is known color: Sea Pink. HEX triplet: D5, 80 and 7F. RGB value is (213,128,127). Sum of RGB (Red+Green+Blue) = 213+128+127=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D5807F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5807F is #2A7F80. Grayscale: #999999. Windows color (decimal): -2785153 or 8356053. OLE color: 8356053.

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

Color convert

RGB 213 128 127 -
CMYK 0 0.40 0.40 0.16
HSL 0.7º 0.51% 0.67% -
HSV(B) 0.7º 0.4% 0.84% -
XYZ 38.99 31.12 24.03 -
YUV 153.3 113.16 170.58 -
System Red Green Blue C M Y K H S L
Decimal 213 128 127 0 0.40 0.40 0.16 0.7 0.51 0.67
Hex D5 80 7F 0 28 28 10 1 33 43
Octal 325 200 177 0 50 50 20 1 63 103
Binary 11010101 10000000 1111111 0 101000 101000 10000 1 110011 1000011

Color Harmonies of #D5807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5807F

Black with #D5807F

Text Example


Text Example

White with #D5807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5807F; }

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

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

background-color css

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

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

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

border-color css

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

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

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