Html Css Color HEX #D9908F Petite Orchid

📋 copy color: '#D9908F'

red 217 ◦ green 144 ◦ blue 143

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

Shades of Petite Orchid #D9908F

Tints of Petite Orchid #D9908F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.57%

 BLUE value IS 143 (56.25% from 255) = 28.37%

R = 43.06%
G = 28.57%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D9908F (or 0xD9908F) is known color: Petite Orchid. HEX triplet: D9, 90 and 8F. RGB value is (217,144,143). Sum of RGB (Red+Green+Blue) = 217+144+143=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D9908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9908F is #266F70. Grayscale: #A5A5A5. Windows color (decimal): -2518897 or 9408729. OLE color: 9408729.

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

Color convert

RGB 217 144 143 -
CMYK 0 0.34 0.34 0.15
HSL 0.81º 0.49% 0.71% -
HSV(B) 0.81º 0.34% 0.85% -
XYZ 43.55 36.68 30.77 -
YUV 165.71 115.18 164.58 -
System Red Green Blue C M Y K H S L
Decimal 217 144 143 0 0.34 0.34 0.15 0.81 0.49 0.71
Hex D9 90 8F 0 22 22 F 1 31 47
Octal 331 220 217 0 42 42 17 1 61 107
Binary 11011001 10010000 10001111 0 100010 100010 1111 1 110001 1000111

Color Harmonies of #D9908F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9908F

Black with #D9908F

Text Example


Text Example

White with #D9908F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9908F; }

 p { color: rgb(217,144,143); }

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

background-color css

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

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

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

border-color css

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

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

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