Html Css Color HEX #D98D8A Petite Orchid

📋 copy color: '#D98D8A'

red 217 ◦ green 141 ◦ blue 138

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

Shades of Petite Orchid #D98D8A

Tints of Petite Orchid #D98D8A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.43%

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

R = 43.75%
G = 28.43%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D98D8A (or 0xD98D8A) is known color: Petite Orchid. HEX triplet: D9, 8D and 8A. RGB value is (217,141,138). Sum of RGB (Red+Green+Blue) = 217+141+138=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98D8A is #267275. Grayscale: #A3A3A3. Windows color (decimal): -2519670 or 9080281. OLE color: 9080281.

HSL color Cylindrical-coordinate representation of color #D98D8A: hue angle of 2.28º 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 #D98D8A is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 141 138 -
CMYK 0 0.35 0.36 0.15
HSL 2.28º 0.51% 0.7% -
HSV(B) 2.28º 0.36% 0.85% -
XYZ 42.73 35.64 28.67 -
YUV 163.38 113.68 166.24 -
System Red Green Blue C M Y K H S L
Decimal 217 141 138 0 0.35 0.36 0.15 2.28 0.51 0.7
Hex D9 8D 8A 0 23 24 F 2 33 46
Octal 331 215 212 0 43 44 17 2 63 106
Binary 11011001 10001101 10001010 0 100011 100100 1111 10 110011 1000110

Color Harmonies of #D98D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98D8A

Black with #D98D8A

Text Example


Text Example

White with #D98D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98D8A; }

 p { color: rgb(217,141,138); }

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

background-color css

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

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

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

border-color css

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

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

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