Html Css Color HEX #D57272 Sea Pink

📋 copy color: '#D57272'

red 213 ◦ green 114 ◦ blue 114

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

Shades of Sea Pink #D57272

Tints of Sea Pink #D57272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.85%

R = 48.3%
G = 25.85%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D57272 (or 0xD57272) is known color: Sea Pink. HEX triplet: D5, 72 and 72. RGB value is (213,114,114). Sum of RGB (Red+Green+Blue) = 213+114+114=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D57272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57272 is #2A8D8D. Grayscale: #8F8F8F. Windows color (decimal): -2788750 or 7500501. OLE color: 7500501.

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

Color convert

RGB 213 114 114 -
CMYK 0 0.46 0.46 0.16
HSL 0.54% 0.64% -
HSV(B) 0.46% 0.84% -
XYZ 36.5 27.4 19.28 -
YUV 143.6 111.3 177.5 -
System Red Green Blue C M Y K H S L
Decimal 213 114 114 0 0.46 0.46 0.16 0 0.54 0.64
Hex D5 72 72 0 2E 2E 10 0 36 40
Octal 325 162 162 0 56 56 20 0 66 100
Binary 11010101 1110010 1110010 0 101110 101110 10000 0 110110 1000000

Color Harmonies of #D57272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57272

Black with #D57272

Text Example


Text Example

White with #D57272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57272; }

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

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

background-color css

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

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

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

border-color css

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

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

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