Html Css Color HEX #D37472 Sea Pink

📋 copy color: '#D37472'

red 211 ◦ green 116 ◦ blue 114

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

Shades of Sea Pink #D37472

Tints of Sea Pink #D37472

RGB

 RED value IS 211 (82.81% from 255) = 47.85%

 GREEN value IS 116 (45.7% from 255) = 26.3%

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

R = 47.85%
G = 26.3%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D37472 (or 0xD37472) is known color: Sea Pink. HEX triplet: D3, 74 and 72. RGB value is (211,116,114). Sum of RGB (Red+Green+Blue) = 211+116+114=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D37472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37472 is #2C8B8D. Grayscale: #909090. Windows color (decimal): -2919310 or 7501011. OLE color: 7501011.

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

Color convert

RGB 211 116 114 -
CMYK 0 0.45 0.46 0.17
HSL 1.24º 0.52% 0.64% -
HSV(B) 1.24º 0.46% 0.83% -
XYZ 36.15 27.55 19.33 -
YUV 144.18 110.97 175.66 -
System Red Green Blue C M Y K H S L
Decimal 211 116 114 0 0.45 0.46 0.17 1.24 0.52 0.64
Hex D3 74 72 0 2D 2E 11 1 34 40
Octal 323 164 162 0 55 56 21 1 64 100
Binary 11010011 1110100 1110010 0 101101 101110 10001 1 110100 1000000

Color Harmonies of #D37472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37472

Black with #D37472

Text Example


Text Example

White with #D37472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37472; }

 p { color: rgb(211,116,114); }

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

background-color css

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

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

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

border-color css

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

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

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