Html Css Color HEX #D48180 Sea Pink

📋 copy color: '#D48180'

red 212 ◦ green 129 ◦ blue 128

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

Shades of Sea Pink #D48180

Tints of Sea Pink #D48180

RGB

 RED value IS 212 (83.2% from 255) = 45.2%

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

 BLUE value IS 128 (50.39% from 255) = 27.29%

R = 45.2%
G = 27.51%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D48180 (or 0xD48180) is known color: Sea Pink. HEX triplet: D4, 81 and 80. RGB value is (212,129,128). Sum of RGB (Red+Green+Blue) = 212+129+128=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D48180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48180 is #2B7E7F. Grayscale: #999999. Windows color (decimal): -2850432 or 8421844. OLE color: 8421844.

HSL color Cylindrical-coordinate representation of color #D48180: hue angle of 0.71º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D48180 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 129 128 -
CMYK 0 0.39 0.40 0.17
HSL 0.71º 0.49% 0.67% -
HSV(B) 0.71º 0.4% 0.83% -
XYZ 38.9 31.26 24.4 -
YUV 153.7 113.5 169.58 -
System Red Green Blue C M Y K H S L
Decimal 212 129 128 0 0.39 0.40 0.17 0.71 0.49 0.67
Hex D4 81 80 0 27 28 11 1 31 43
Octal 324 201 200 0 47 50 21 1 61 103
Binary 11010100 10000001 10000000 0 100111 101000 10001 1 110001 1000011

Color Harmonies of #D48180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48180

Black with #D48180

Text Example


Text Example

White with #D48180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48180; }

 p { color: rgb(212,129,128); }

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

background-color css

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

 a { background-color: rgb(212,129,128); }

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

border-color css

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

 span { border-color: rgb(212,129,128); }

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