Html Css Color HEX #D38484 Sea Pink

📋 copy color: '#D38484'

red 211 ◦ green 132 ◦ blue 132

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

Shades of Sea Pink #D38484

Tints of Sea Pink #D38484

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.79%

 BLUE value IS 132 (51.95% from 255) = 27.79%

R = 44.42%
G = 27.79%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D38484 (or 0xD38484) is known color: Sea Pink. HEX triplet: D3, 84 and 84. RGB value is (211,132,132). Sum of RGB (Red+Green+Blue) = 211+132+132=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 211 - color contains mainly: red. Hex color #D38484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38484 is #2C7B7B. Grayscale: #9B9B9B. Windows color (decimal): -2915196 or 8684755. OLE color: 8684755.

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

Color convert

RGB 211 132 132 -
CMYK 0 0.37 0.37 0.17
HSL 0.47% 0.67% -
HSV(B) 0.37% 0.83% -
XYZ 39.28 32.02 25.94 -
YUV 155.62 114.67 167.5 -
System Red Green Blue C M Y K H S L
Decimal 211 132 132 0 0.37 0.37 0.17 0 0.47 0.67
Hex D3 84 84 0 25 25 11 0 2F 43
Octal 323 204 204 0 45 45 21 0 57 103
Binary 11010011 10000100 10000100 0 100101 100101 10001 0 101111 1000011

Color Harmonies of #D38484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38484

Black with #D38484

Text Example


Text Example

White with #D38484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38484; }

 p { color: rgb(211,132,132); }

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

background-color css

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

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

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

border-color css

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

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

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