Html Css Color HEX #D5817E Sea Pink

📋 copy color: '#D5817E'

red 213 ◦ green 129 ◦ blue 126

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

Shades of Sea Pink #D5817E

Tints of Sea Pink #D5817E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.56%

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

R = 45.51%
G = 27.56%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5817E (or 0xD5817E) is known color: Sea Pink. HEX triplet: D5, 81 and 7E. RGB value is (213,129,126). Sum of RGB (Red+Green+Blue) = 213+129+126=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D5817E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5817E is #2A7E81. Grayscale: #999999. Windows color (decimal): -2784898 or 8290773. OLE color: 8290773.

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

Color convert

RGB 213 129 126 -
CMYK 0 0.39 0.41 0.16
HSL 2.07º 0.51% 0.66% -
HSV(B) 2.07º 0.41% 0.84% -
XYZ 39.06 31.35 23.73 -
YUV 153.77 112.33 170.24 -
System Red Green Blue C M Y K H S L
Decimal 213 129 126 0 0.39 0.41 0.16 2.07 0.51 0.66
Hex D5 81 7E 0 27 29 10 2 33 42
Octal 325 201 176 0 47 51 20 2 63 102
Binary 11010101 10000001 1111110 0 100111 101001 10000 10 110011 1000010

Color Harmonies of #D5817E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5817E

Black with #D5817E

Text Example


Text Example

White with #D5817E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5817E; }

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

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

background-color css

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

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

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

border-color css

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

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

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