Html Css Color HEX #D57271 Sea Pink

📋 copy color: '#D57271'

red 213 ◦ green 114 ◦ blue 113

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

Shades of Sea Pink #D57271

Tints of Sea Pink #D57271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.91%

 BLUE value IS 113 (44.53% from 255) = 25.68%

R = 48.41%
G = 25.91%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D57271 (or 0xD57271) is known color: Sea Pink. HEX triplet: D5, 72 and 71. RGB value is (213,114,113). Sum of RGB (Red+Green+Blue) = 213+114+113=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D57271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57271 is #2A8D8E. Grayscale: #8F8F8F. Windows color (decimal): -2788751 or 7434965. OLE color: 7434965.

HSL color Cylindrical-coordinate representation of color #D57271: hue angle of 0.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D57271 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 114 113 -
CMYK 0 0.46 0.47 0.16
HSL 0.6º 0.54% 0.64% -
HSV(B) 0.6º 0.47% 0.84% -
XYZ 36.44 27.37 18.99 -
YUV 143.49 110.8 177.58 -
System Red Green Blue C M Y K H S L
Decimal 213 114 113 0 0.46 0.47 0.16 0.6 0.54 0.64
Hex D5 72 71 0 2E 2F 10 1 36 40
Octal 325 162 161 0 56 57 20 1 66 100
Binary 11010101 1110010 1110001 0 101110 101111 10000 1 110110 1000000

Color Harmonies of #D57271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57271

Black with #D57271

Text Example


Text Example

White with #D57271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57271; }

 p { color: rgb(213,114,113); }

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

background-color css

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

 a { background-color: rgb(213,114,113); }

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

border-color css

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

 span { border-color: rgb(213,114,113); }

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