Html Css Color HEX #D38180 Sea Pink

📋 copy color: '#D38180'

red 211 ◦ green 129 ◦ blue 128

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

Shades of Sea Pink #D38180

Tints of Sea Pink #D38180

RGB

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

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

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

R = 45.09%
G = 27.56%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D38180 (or 0xD38180) is known color: Sea Pink. HEX triplet: D3, 81 and 80. RGB value is (211,129,128). Sum of RGB (Red+Green+Blue) = 211+129+128=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 211 - color contains mainly: red. Hex color #D38180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38180 is #2C7E7F. Grayscale: #999999. Windows color (decimal): -2915968 or 8421843. OLE color: 8421843.

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

Color convert

RGB 211 129 128 -
CMYK 0 0.39 0.39 0.17
HSL 0.72º 0.49% 0.66% -
HSV(B) 0.72º 0.39% 0.83% -
XYZ 38.61 31.11 24.39 -
YUV 153.4 113.67 169.08 -
System Red Green Blue C M Y K H S L
Decimal 211 129 128 0 0.39 0.39 0.17 0.72 0.49 0.66
Hex D3 81 80 0 27 27 11 1 31 42
Octal 323 201 200 0 47 47 21 1 61 102
Binary 11010011 10000001 10000000 0 100111 100111 10001 1 110001 1000010

Color Harmonies of #D38180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38180

Black with #D38180

Text Example


Text Example

White with #D38180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38180; }

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

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

background-color css

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

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

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

border-color css

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

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

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