Html Css Color HEX #D9928D Petite Orchid

📋 copy color: '#D9928D'

red 217 ◦ green 146 ◦ blue 141

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

Shades of Petite Orchid #D9928D

Tints of Petite Orchid #D9928D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.97%

 BLUE value IS 141 (55.47% from 255) = 27.98%

R = 43.06%
G = 28.97%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9928D (or 0xD9928D) is known color: Petite Orchid. HEX triplet: D9, 92 and 8D. RGB value is (217,146,141). Sum of RGB (Red+Green+Blue) = 217+146+141=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D9928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9928D is #266D72. Grayscale: #A6A6A6. Windows color (decimal): -2518387 or 9278169. OLE color: 9278169.

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

Color convert

RGB 217 146 141 -
CMYK 0 0.33 0.35 0.15
HSL 3.95º 0.5% 0.7% -
HSV(B) 3.95º 0.35% 0.85% -
XYZ 43.7 37.23 30.08 -
YUV 166.66 113.52 163.91 -
System Red Green Blue C M Y K H S L
Decimal 217 146 141 0 0.33 0.35 0.15 3.95 0.5 0.7
Hex D9 92 8D 0 21 23 F 4 32 46
Octal 331 222 215 0 41 43 17 4 62 106
Binary 11011001 10010010 10001101 0 100001 100011 1111 100 110010 1000110

Color Harmonies of #D9928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9928D

Black with #D9928D

Text Example


Text Example

White with #D9928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9928D; }

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

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

background-color css

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

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

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

border-color css

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

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

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