Html Css Color HEX #D98B8B Petite Orchid

📋 copy color: '#D98B8B'

red 217 ◦ green 139 ◦ blue 139

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

Shades of Petite Orchid #D98B8B

Tints of Petite Orchid #D98B8B

RGB

 RED value IS 217 (85.16% from 255) = 43.84%

 GREEN value IS 139 (54.69% from 255) = 28.08%

 BLUE value IS 139 (54.69% from 255) = 28.08%

R = 43.84%
G = 28.08%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D98B8B (or 0xD98B8B) is known color: Petite Orchid. HEX triplet: D9, 8B and 8B. RGB value is (217,139,139). Sum of RGB (Red+Green+Blue) = 217+139+139=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D98B8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98B8B is #267474. Grayscale: #A2A2A2. Windows color (decimal): -2520181 or 9145305. OLE color: 9145305.

HSL color Cylindrical-coordinate representation of color #D98B8B: hue angle of 0º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D98B8B is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 139 139 -
CMYK 0 0.36 0.36 0.15
HSL 0.51% 0.7% -
HSV(B) 0.36% 0.85% -
XYZ 42.51 35.08 28.96 -
YUV 162.32 114.84 167 -
System Red Green Blue C M Y K H S L
Decimal 217 139 139 0 0.36 0.36 0.15 0 0.51 0.7
Hex D9 8B 8B 0 24 24 F 0 33 46
Octal 331 213 213 0 44 44 17 0 63 106
Binary 11011001 10001011 10001011 0 100100 100100 1111 0 110011 1000110

Color Harmonies of #D98B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98B8B

Black with #D98B8B

Text Example


Text Example

White with #D98B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98B8B; }

 p { color: rgb(217,139,139); }

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

background-color css

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

 a { background-color: rgb(217,139,139); }

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

border-color css

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

 span { border-color: rgb(217,139,139); }

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