Html Css Color HEX #D9928C Petite Orchid

📋 copy color: '#D9928C'

red 217 ◦ green 146 ◦ blue 140

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

Shades of Petite Orchid #D9928C

Tints of Petite Orchid #D9928C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.83%

R = 43.14%
G = 29.03%
B = 27.83%

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

#D9928C (or 0xD9928C) is known color: Petite Orchid. HEX triplet: D9, 92 and 8C. RGB value is (217,146,140). Sum of RGB (Red+Green+Blue) = 217+146+140=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D9928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9928C is #266D73. Grayscale: #A6A6A6. Windows color (decimal): -2518388 or 9212633. OLE color: 9212633.

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

Color convert

RGB 217 146 140 -
CMYK 0 0.33 0.35 0.15
HSL 4.68º 0.5% 0.7% -
HSV(B) 4.68º 0.35% 0.85% -
XYZ 43.63 37.2 29.69 -
YUV 166.55 113.02 163.99 -
System Red Green Blue C M Y K H S L
Decimal 217 146 140 0 0.33 0.35 0.15 4.68 0.5 0.7
Hex D9 92 8C 0 21 23 F 5 32 46
Octal 331 222 214 0 41 43 17 5 62 106
Binary 11011001 10010010 10001100 0 100001 100011 1111 101 110010 1000110

Color Harmonies of #D9928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9928C

Black with #D9928C

Text Example


Text Example

White with #D9928C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9928C; }

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

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

background-color css

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

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

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

border-color css

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

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

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