Html Css Color HEX #D3988A Petite Orchid

📋 copy color: '#D3988A'

red 211 ◦ green 152 ◦ blue 138

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

Shades of Petite Orchid #D3988A

Tints of Petite Orchid #D3988A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.34%

 BLUE value IS 138 (54.3% from 255) = 27.54%

R = 42.12%
G = 30.34%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D3988A (or 0xD3988A) is known color: Petite Orchid. HEX triplet: D3, 98 and 8A. RGB value is (211,152,138). Sum of RGB (Red+Green+Blue) = 211+152+138=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 211 - color contains mainly: red. Hex color #D3988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3988A is #2C6775. Grayscale: #A8A8A8. Windows color (decimal): -2910070 or 9083091. OLE color: 9083091.

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

Color convert

RGB 211 152 138 -
CMYK 0 0.28 0.35 0.17
HSL 11.51º 0.45% 0.68% -
HSV(B) 11.51º 0.35% 0.83% -
XYZ 42.68 38.14 29.16 -
YUV 168.05 111.05 158.64 -
System Red Green Blue C M Y K H S L
Decimal 211 152 138 0 0.28 0.35 0.17 11.51 0.45 0.68
Hex D3 98 8A 0 1C 23 11 C 2D 44
Octal 323 230 212 0 34 43 21 14 55 104
Binary 11010011 10011000 10001010 0 11100 100011 10001 1100 101101 1000100

Color Harmonies of #D3988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3988A

Black with #D3988A

Text Example


Text Example

White with #D3988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3988A; }

 p { color: rgb(211,152,138); }

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

background-color css

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

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

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

border-color css

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

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

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