Html Css Color HEX #D39B98 Petite Orchid

📋 copy color: '#D39B98'

red 211 ◦ green 155 ◦ blue 152

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

Shades of Petite Orchid #D39B98

Tints of Petite Orchid #D39B98

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.92%

 BLUE value IS 152 (59.77% from 255) = 29.34%

R = 40.73%
G = 29.92%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D39B98 (or 0xD39B98) is known color: Petite Orchid. HEX triplet: D3, 9B and 98. RGB value is (211,155,152). Sum of RGB (Red+Green+Blue) = 211+155+152=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 211 - color contains mainly: red. Hex color #D39B98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39B98 is #2C6467. Grayscale: #ABABAB. Windows color (decimal): -2909288 or 10001363. OLE color: 10001363.

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

Color convert

RGB 211 155 152 -
CMYK 0 0.27 0.28 0.17
HSL 3.05º 0.4% 0.71% -
HSV(B) 3.05º 0.28% 0.83% -
XYZ 44.25 39.56 35.01 -
YUV 171.4 117.05 156.24 -
System Red Green Blue C M Y K H S L
Decimal 211 155 152 0 0.27 0.28 0.17 3.05 0.4 0.71
Hex D3 9B 98 0 1B 1C 11 3 28 47
Octal 323 233 230 0 33 34 21 3 50 107
Binary 11010011 10011011 10011000 0 11011 11100 10001 11 101000 1000111

Color Harmonies of #D39B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39B98

Black with #D39B98

Text Example


Text Example

White with #D39B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39B98; }

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

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

background-color css

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

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

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

border-color css

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

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

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